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

Built from https://develop.svn.wordpress.org/trunk@26481


git-svn-id: http://core.svn.wordpress.org/trunk@26378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-11-29 22:20:10 +00:00
parent 326bb3dfea
commit 4d3fd06160
2 changed files with 3 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long