Opened 12 years ago
Closed 12 years ago
#23848 closed defect (bug) (duplicate)
Enable html on search widget
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description
If a theme is using html5 search, it should be able to set the search widget to do the same.
Attachments (1)
Change History (6)
#2
@
12 years ago
- Keywords has-patch added
fixed typo, and tested in TwentyThirteen with add_filter( 'widget_searchform_format', function(){return 'html5';} );
and the 16539-5.patch on #16539
#3
@
12 years ago
Alternatively, the filter could be moved into get_search_form()
Version 0, edited 12 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
not tested, and there's a typo