mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
TinyMCE: remove the spare string for the keyboard shortcuts modal.
See #31441. Built from https://develop.svn.wordpress.org/trunk@33509 git-svn-id: http://core.svn.wordpress.org/trunk@33476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9069d6679b
commit
fb59c76858
@ -1056,8 +1056,6 @@ final class _WP_Editors {
|
|||||||
__( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ),
|
__( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ),
|
||||||
'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' =>
|
'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' =>
|
||||||
__( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ),
|
__( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ),
|
||||||
'The following formatting shortcuts are replaced when pressing Enter.' =>
|
|
||||||
__( 'The following formatting shortcuts are replaced when pressing Enter.' ),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta4-33508';
|
$wp_version = '4.3-beta4-33509';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user