Themes: Add type="search" to search. fixes #26331.

git-svn-id: https://develop.svn.wordpress.org/trunk@26481 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-11-29 22:19:08 +00:00
parent 2d74676237
commit 510aa812ca

View File

@ -561,7 +561,8 @@ themes.view.Search = wp.Backbone.View.extend({
className: 'theme-search',
attributes: {
placeholder: l10n.search
placeholder: l10n.search,
type: 'search'
},
events: {