Changes between Version 1 and Version 2 of Ticket #16626, comment 2
- Timestamp:
- 02/24/2011 02:02:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16626, comment 2
v1 v2 1 The trouble comes from the fact that {{{$wp_rewrite->add_rule }}} is used directly, which doesn't have a $with_front argument.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 3 See [attachment:16626.diff].