IDS likens UKIP vote to “suicide note” after blocking release of DWP suicide reports
Iain Duncan Smith to the Telegraph on a vote for UKIP:
add_filter( 'mce_buttons_2', 'my_mce_buttons_2' ); function my_mce_buttons_2( $buttons ) { array_unshift( $buttons, 'styleselect' ); return $buttons; } add_filter( 'tiny_mce_before_init', 'my_mce_before_init' ); function my_mce_before_init( $settings ) { $style_formats = array( array( 'title' => 'Quote smaller', 'block' => 'blockquote', 'classes' => 'ps-quote-smaller' ), array( 'title' => 'Quote standard', 'block' => 'blockquote', 'classes' => 'ps-quote-standard' ), array( 'title' => 'Quote bigger', 'block' => 'blockquote', 'classes' => 'ps-quote-bigger' ) ); $settings['style_formats'] = json_encode( $style_formats ); return $settings; } //http://www.tinymce.com/tryit/custom_formats.php add_editor_style('./includes/tinymce.css'); ?>
Iain Duncan Smith to the Telegraph on a vote for UKIP: