All pastes #2036139 Raw Edit

Anonymous

public text v1 · immutable
#2036139 ·published 2011-01-01 22:43 UTC
rendered paste body
function fb_change_mce_buttons( $initArray ) {
	$initArray['theme_advanced_buttons1']='bold,italic,underline,strikethrough,|,bullist,numlist,blockquote,hr,|,justifyleft,justifycenter,justifyright,|,link,unlink,|,spellchecker,fullscreen,wp_adv';
	$initArray['theme_advanced_buttons2']='formatselect,|,pastetext,pasteword,removeformat,|,charmap,|,outdent,indent,|,undo,redo,sub,sup,|,anchor,cleanup,wp_help';
	return $initArray;
}

add_filter('tiny_mce_before_init', 'fb_change_mce_buttons');