From a8b070b56bf3e8e8816b59329a26d4204694a07e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 27 Sep 2020 07:38:05 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `js/media/routers/manage.js`. Props mukesh27, garrett-eclipse. Fixes #51397. Built from https://develop.svn.wordpress.org/trunk@49058 git-svn-id: http://core.svn.wordpress.org/trunk@48820 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/media-grid.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/media-grid.js b/wp-includes/js/media-grid.js index 2e77c0f652..d893ccfbdb 100644 --- a/wp-includes/js/media-grid.js +++ b/wp-includes/js/media-grid.js @@ -542,7 +542,7 @@ var Router = Backbone.Router.extend(/** @lends wp.media.view.MediaFrame.Manage.R } }, - // Respond to the search route by filling the search field and trigggering the input event. + // Respond to the search route by filling the search field and triggering the input event. search: function( query ) { jQuery( '#media-search-input' ).val( query ).trigger( 'input' ); }, diff --git a/wp-includes/version.php b/wp-includes/version.php index c2d58459c7..d9a8a97e6e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49057'; +$wp_version = '5.6-alpha-49058'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.