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:
scribu
2010-11-21 16:20:08 +00:00
parent dce66b369f
commit 37842f40a2
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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 )