Changes between Initial Version and Version 1 of Ticket #16626, comment 2
- Timestamp:
- 02/24/2011 02:01:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16626, comment 2
initial v1 1 1 The trouble comes from the fact that {{{$wp_rewrite->add_rule}}} is used directly, which doesn't have a $with_front argument. 2 2 3 [attachment:16626.diff] fixes the current problem, but a long-term solution would be to streamline the WP_Rewrite API.3 See [attachment:16626.diff].