Media Grid: after [29566], account for Trash and Delete.

See #28842.

Built from https://develop.svn.wordpress.org/trunk@29568


git-svn-id: http://core.svn.wordpress.org/trunk@29342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-08-21 04:42:16 +00:00
parent 1ab43c41c0
commit 31e599943d
2 changed files with 3 additions and 1 deletions

View File

@ -5903,6 +5903,8 @@
library._requery( true );
self.controller.trigger( 'selection:action:done' );
} );
} else {
this.controller.trigger( 'selection:action:done' );
}
}
}).render() );

File diff suppressed because one or more lines are too long