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:
Sergey Biryukov 2013-12-31 10:44:11 +00:00
parent 0ddaa76f3e
commit db094e0f30
2 changed files with 2 additions and 1 deletions

View File

@ -610,6 +610,7 @@ themes.view.Search = wp.Backbone.View.extend({
tagName: 'input',
className: 'theme-search',
id: 'theme-search-input',
attributes: {
placeholder: l10n.searchPlaceholder,

File diff suppressed because one or more lines are too long