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
This commit is contained in:
parent
bf2edf9cab
commit
a8b070b56b
|
@ -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 ) {
|
search: function( query ) {
|
||||||
jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
|
jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue