Docs: Convert 'Block Editor' to lowercase.
Props garrett-eclipse. Fixes #45634. git-svn-id: https://develop.svn.wordpress.org/trunk@46386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c7bd227390
commit
0b3bc89aba
@ -638,12 +638,12 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Alt+Shift+Z removes a block in the Block Editor, don't add it to the Classic Block.
|
// Alt+Shift+Z removes a block in the block editor, don't add it to the Classic block.
|
||||||
if ( ! editor.settings.classic_block_editor ) {
|
if ( ! editor.settings.classic_block_editor ) {
|
||||||
editor.addShortcut( 'access+z', '', 'WP_Adv' );
|
editor.addShortcut( 'access+z', '', 'WP_Adv' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround for not triggering the global help modal in the Block Editor by the Classic Block shortcut.
|
// Workaround for not triggering the global help modal in the block editor by the Classic block shortcut.
|
||||||
editor.on( 'keydown', function( event ) {
|
editor.on( 'keydown', function( event ) {
|
||||||
var match;
|
var match;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* The Block Editor page.
|
* The block editor page.
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.0.0
|
||||||
*
|
*
|
||||||
|
@ -1294,7 +1294,7 @@ final class _WP_Editors {
|
|||||||
'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog
|
'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog
|
||||||
'Visual' => _x( 'Visual', 'Name for the Visual editor tab' ), // Editor switch tab label
|
'Visual' => _x( 'Visual', 'Name for the Visual editor tab' ), // Editor switch tab label
|
||||||
'Text' => _x( 'Text', 'Name for the Text editor tab (formerly HTML)' ), // Editor switch tab label
|
'Text' => _x( 'Text', 'Name for the Text editor tab (formerly HTML)' ), // Editor switch tab label
|
||||||
'Add Media' => array( __( 'Add Media' ), 'accessM' ), // Tooltip for the 'Add Media' button in the Block Editor Classic block
|
'Add Media' => array( __( 'Add Media' ), 'accessM' ), // Tooltip for the 'Add Media' button in the block editor Classic block
|
||||||
|
|
||||||
// Shortcuts help modal
|
// Shortcuts help modal
|
||||||
'Keyboard Shortcuts' => array( __( 'Keyboard Shortcuts' ), 'accessH' ),
|
'Keyboard Shortcuts' => array( __( 'Keyboard Shortcuts' ), 'accessH' ),
|
||||||
|
Loading…
Reference in New Issue
Block a user