Make WordPress Core

Ticket #17136: press-this.diff

File press-this.diff, 800 bytes (added by greuben, 14 years ago)
  • wp-admin/includes/post.php

     
    14951495        }
    14961496
    14971497        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') );
    14991499                $mce_buttons = implode($mce_buttons, ',');
    15001500                $mce_buttons_2 = $mce_buttons_3 = $mce_buttons_4 = '';
    15011501        } else {