Ticket #17136: press-this.diff
File press-this.diff, 800 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/post.php
1495 1495 } 1496 1496 1497 1497 if ( $teeny ) { 1498 $mce_buttons = apply_filters( 'teeny_mce_buttons', array('bold, italic, underline, blockquote, separator, strikethrough, bullist, numlist,justifyleft, justifycenter, justifyright, undo, redo, link, unlink , fullscreen') );1498 $mce_buttons = apply_filters( 'teeny_mce_buttons', array('bold, italic, underline, blockquote, separator, strikethrough, bullist, numlist,justifyleft, justifycenter, justifyright, undo, redo, link, unlink') ); 1499 1499 $mce_buttons = implode($mce_buttons, ','); 1500 1500 $mce_buttons_2 = $mce_buttons_3 = $mce_buttons_4 = ''; 1501 1501 } else {