mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Don't display search subtitle on themes page. Props ocean90. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16525 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -226,6 +226,9 @@ listTable.init();
|
||||
var data = $(this).parent('.search-box').find(':input').serializeObject();
|
||||
|
||||
listTable.update_rows(data, true, function() {
|
||||
if ( $('h2.nav-tab-wrapper').length )
|
||||
return;
|
||||
|
||||
$('h2 .subtitle').remove();
|
||||
|
||||
if ( data.s )
|
||||
|
||||
Reference in New Issue
Block a user