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:
Sergey Biryukov 2013-12-31 10:43:39 +00:00
parent 0b3022708b
commit d0b542ffac

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,