Make WordPress Core


Ignore:
Timestamp:
10/26/2016 10:00:07 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: after chats in #core-editor and #desing on Slack, the decision is to not remove Heading 1 for beta1.

See #38049.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r38946 r38970  
    554554                                        // Limit the preview styles in the menu/toolbar
    555555                                        'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform',
    556 
    557                                         // Disable H1 in the drop-down and the menu.
    558                                         'block_formats' =>
    559                                                 'Paragraph=p;' .
    560                                                 'Heading 2=h2;' .
    561                                                 'Heading 3=h3;' .
    562                                                 'Heading 4=h4;' .
    563                                                 'Heading 5=h5;' .
    564                                                 'Heading 6=h6;' .
    565                                                 'Preformatted=pre',
    566556
    567557                                        'end_container_on_empty_block' => true,
Note: See TracChangeset for help on using the changeset viewer.