Changes between Initial Version and Version 1 of Ticket #16733
- Timestamp:
- 03/02/2011 09:38:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16733 – Description
initial v1 1 [16918] fixed #15813 for built in taxonomies, but broke it for custom taxonomies. It now double-adds the {{{index.php/}}} prefix .1 [16918] fixed #15813 for built in taxonomies, but broke it for custom taxonomies. It now double-adds the {{{index.php/}}} prefix to the rewrite rules. 2 2 3 {{{ 4 index.php/index.php/type/([^/]+)/?$ => index.php?post_format=$matches[1] 5 }}}