Add missing id attribute to "Search Installed Themes" input.
fixes #26599 for trunk. Built from https://develop.svn.wordpress.org/trunk@26885 git-svn-id: http://core.svn.wordpress.org/trunk@26768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0ddaa76f3e
commit
db094e0f30
|
@ -610,6 +610,7 @@ themes.view.Search = wp.Backbone.View.extend({
|
||||||
|
|
||||||
tagName: 'input',
|
tagName: 'input',
|
||||||
className: 'theme-search',
|
className: 'theme-search',
|
||||||
|
id: 'theme-search-input',
|
||||||
|
|
||||||
attributes: {
|
attributes: {
|
||||||
placeholder: l10n.searchPlaceholder,
|
placeholder: l10n.searchPlaceholder,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue