Make WordPress Core

Changeset 44399


Ignore:
Timestamp:
01/05/2019 03:47:30 AM (6 years ago)
Author:
desrosj
Message:

Editor: Fix name of the new editor for inline comment.

In [44398], an inline comment was introduced that did not refer to the new editor as the Block Editor. This corrects that comment.

See #45788.

File:
1 edited

Legend:

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

    r44398 r44399  
    12851285                'Visual'                               => _x( 'Visual', 'Name for the Visual editor tab' ), // Editor switch tab label
    12861286                'Text'                                 => _x( 'Text', 'Name for the Text editor tab (formerly HTML)' ), // Editor switch tab label
    1287                 'Add Media'                            => array( __( 'Add Media' ), 'accessM' ), // Tooltip for the 'Add Media' button in the Gutenberg Classic block
     1287                'Add Media'                            => array( __( 'Add Media' ), 'accessM' ), // Tooltip for the 'Add Media' button in the Block Editor Classic block
    12881288
    12891289                // Shortcuts help modal
Note: See TracChangeset for help on using the changeset viewer.