mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
TinyMCE: revert removing the numbers (2-6) after the headings in the drop-down. Seems it causes more confusion.
See #27159. git-svn-id: https://develop.svn.wordpress.org/trunk@38946 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -839,7 +839,6 @@ final class _WP_Editors {
|
||||
'Formats' => _x( 'Formats', 'TinyMCE' ),
|
||||
|
||||
'Headings' => _x( 'Headings', 'TinyMCE' ),
|
||||
'Heading' => _x( 'Heading', 'TinyMCE' ),
|
||||
'Heading 1' => array( __( 'Heading 1' ), 'access1' ),
|
||||
'Heading 2' => array( __( 'Heading 2' ), 'access2' ),
|
||||
'Heading 3' => array( __( 'Heading 3' ), 'access3' ),
|
||||
|
||||
Reference in New Issue
Block a user