Opened 12 years ago
Closed 11 years ago
#23701 closed enhancement (fixed)
Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument
Reported by: | lancewillett | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
See #15081 for the core change.
Once that lands in 3.6 we can remove searchform.php
from the theme, and adjust any CSS selectors accordingly.
Attachments (4)
Change History (12)
#3
@
12 years ago
Updated. Not sure we even need to append it through a filter. Would be easier to remove for child themes though.
#4
@
12 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23673:
#5
@
11 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Changing the search form format to a filter, see #23850.
#6
follow-up:
↓ 7
@
11 years ago
Could we add the callback in functions.php
above the customizer code for code flow reasons?
Note: See
TracTickets for help on using
tickets.
Thanks for the patch -- can you break out
twentythirteen_navbar_searchform()
into a new ticket / patch please?It's separate from the task here.