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:
parent
2d74676237
commit
510aa812ca
@ -561,7 +561,8 @@ themes.view.Search = wp.Backbone.View.extend({
|
||||
className: 'theme-search',
|
||||
|
||||
attributes: {
|
||||
placeholder: l10n.search
|
||||
placeholder: l10n.search,
|
||||
type: 'search'
|
||||
},
|
||||
|
||||
events: {
|
||||
|
Loading…
Reference in New Issue
Block a user