Add missing id attribute to "Search Installed Themes" input.
fixes #26599 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@26885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0b3022708b
commit
d0b542ffac
@ -610,6 +610,7 @@ themes.view.Search = wp.Backbone.View.extend({
|
||||
|
||||
tagName: 'input',
|
||||
className: 'theme-search',
|
||||
id: 'theme-search-input',
|
||||
|
||||
attributes: {
|
||||
placeholder: l10n.searchPlaceholder,
|
||||
|
Loading…
x
Reference in New Issue
Block a user