Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16626, comment 2


Ignore:
Timestamp:
02/24/2011 02:01:55 AM (15 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16626, comment 2

    initial v1  
    11The trouble comes from the fact that {{{$wp_rewrite->add_rule}}} is used directly, which doesn't have a $with_front argument.
    22
    3 [attachment:16626.diff] fixes the current problem, but a long-term solution would be to streamline the WP_Rewrite API.
     3See [attachment:16626.diff].