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.