Make WordPress Core


Ignore:
Timestamp:
10/26/2016 01:41:46 AM (8 years ago)
Author:
azaozz
Message:

TinyMCE: remove the numbers (2-6) after the headings in the drop-down. These are previews for the actual styling of headings in the editor.

See #27159.

File:
1 edited

Legend:

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

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