Themes: Fix missing search field in the Theme Install screen after [40572].
Props desrosj, cristianozanca for reporting. Fixes #34881. Built from https://develop.svn.wordpress.org/trunk@40586 git-svn-id: http://core.svn.wordpress.org/trunk@40456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -83,7 +83,7 @@ themes.view.Appearance = wp.Backbone.View.extend({
|
||||
},
|
||||
|
||||
// Defines search element container
|
||||
searchContainer: $( '.wp-filter-search-form' ),
|
||||
searchContainer: $( '.search-form' ),
|
||||
|
||||
// Search input and view
|
||||
// for current theme collection
|
||||
|
||||
Reference in New Issue
Block a user