Make WordPress Core

Ticket #45788: 45788.diff

File 45788.diff, 922 bytes (added by afercia, 6 years ago)
  • src/wp-includes/class-wp-editor.php

     
    12841284                                'Link options'                         => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog
    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
    12871288
    12881289                                // Shortcuts help modal
    12891290                                'Keyboard Shortcuts'                   => array( __( 'Keyboard Shortcuts' ), 'accessH' ),