Opened 3 months ago
Closed 8 weeks ago
#23701 closed enhancement (fixed)
Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| 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)
- Keywords has-patch added; needs-patch removed
- Version set to trunk
comment:2
lancewillett — 2 months ago
Updated. Not sure we even need to append it through a filter. Would be easier to remove for child themes though.
comment:4
lancewillett — 2 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23673:
comment:5
lancewillett — 2 months 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.
lancewillett — 2 months ago
Could we add the callback in functions.php above the customizer code for code flow reasons?
comment:7
in reply to:
↑ 6
lancewillett — 2 months ago
- Keywords has-patch added; needs-patch removed
Replying to obenland:
Could we add the callback in functions.php above the customizer code for code flow reasons?
Yep, good call.
lancewillett — 2 months ago
comment:8
lancewillett — 8 weeks ago
- Resolution set to fixed
- Status changed from reopened to closed
In 23799:
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.