#7271 closed defect (bug) (fixed)
Press This syntax error
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.6 |
Component: | General | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
When PHP shortcodes are disabled, there is a syntax error in press-this.php:
Parse Error: syntax error, unexpected $end
Attachments (1)
Change History (3)
This ticket was mentioned in PR #7989 on WordPress/wordpress-develop by @Bernhard Reiter.
5 months ago
#2
- Keywords has-patch has-unit-tests added
WIP. Based on #7271. More details to follow.
## What
Extend the permalink structure to include a dedicated template for the root taxonomy route.
Importantly, we'd live to eventually be able to use _one_ template to render both that root taxonomy route (/projects
), as well as the taxonomy archives for each of the terms in that taxonomy (e.g. /projects/film
, /projects/tv
, etc).
Trac ticket:
Note: See
TracTickets for help on using
tickets.
fixed in [8303]