Make WordPress Core


Ignore:
Timestamp:
10/26/2016 06:15:54 AM (8 years ago)
Author:
azaozz
Message:

TinyMCE: revert removing the numbers (2-6) after the headings in the drop-down. Seems it causes more confusion.

See #27159.

File:
1 edited

Legend:

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

    r38939 r38946  
    840840
    841841            'Headings' => _x( 'Headings', 'TinyMCE' ),
    842             'Heading' => _x( 'Heading', 'TinyMCE' ),
    843842            'Heading 1' => array( __( 'Heading 1' ), 'access1' ),
    844843            'Heading 2' => array( __( 'Heading 2' ), 'access2' ),
Note: See TracChangeset for help on using the changeset viewer.