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:
parent
326bb3dfea
commit
4d3fd06160
|
@ -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
Loading…
Reference in New Issue