Docs: Typo correction in TinyMCE related JS file.
Follow-up to [45066]. See #53399. Built from https://develop.svn.wordpress.org/trunk@52366 git-svn-id: http://core.svn.wordpress.org/trunk@51958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3cd0e25c03
commit
e5a1ed2fb2
|
@ -758,7 +758,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
|
|||
tooltip = getTooltip( button.settings.tooltip );
|
||||
button.settings.tooltip = tooltip;
|
||||
|
||||
// Override the aria label wiht the translated tooltip + shortcut.
|
||||
// Override the aria label with the translated tooltip + shortcut.
|
||||
if ( button._aria && button._aria.label ) {
|
||||
button._aria.label = tooltip;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-beta2-52365';
|
||||
$wp_version = '5.9-beta2-52366';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue