mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Media library: Revert [31582], as it introduces navigation difficulties for many users.
see #30333. git-svn-id: https://develop.svn.wordpress.org/trunk@31692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -72,13 +72,7 @@ var findPosts;
|
||||
};
|
||||
|
||||
$( document ).ready( function() {
|
||||
var settings,
|
||||
$mediaGridWrap = $( '#wp-media-grid' ),
|
||||
$form = $( '#posts-filter' );
|
||||
|
||||
$form.find( 'select' ).on( 'change', function () {
|
||||
$form.submit();
|
||||
} );
|
||||
var settings, $mediaGridWrap = $( '#wp-media-grid' );
|
||||
|
||||
// Open up a manage media frame into the grid.
|
||||
if ( $mediaGridWrap.length && window.wp && window.wp.media ) {
|
||||
|
||||
Reference in New Issue
Block a user