diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index 924b98f905..1a91279bac 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -1333,7 +1333,7 @@ themes.view.InstallerSearch = themes.view.Search.extend({ } $( '.filter-links li > a.current' ).removeClass( 'current' ); - $( 'body' ).removeClass( 'show-filters filters-applied' ); + $( 'body' ).removeClass( 'show-filters filters-applied show-favorites-form' ); // Get the themes by sending Ajax POST request to api.wordpress.org/themes // or searching the local cache