From e5a1ed2fb2193e70e38402260d2773ef6069e320 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 14 Dec 2021 08:30:04 +0000 Subject: [PATCH] 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 --- wp-includes/js/tinymce/plugins/wordpress/plugin.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/tinymce/plugins/wordpress/plugin.js b/wp-includes/js/tinymce/plugins/wordpress/plugin.js index 3f95448266..ecfa881449 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/plugin.js +++ b/wp-includes/js/tinymce/plugins/wordpress/plugin.js @@ -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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index ad4a73f1ca..6f37ffde9c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.