Make WordPress Core

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


Ignore:
Timestamp:
02/24/2011 02:02:12 AM (13 years ago)
Author:
scribu
Comment:

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.
     1The trouble comes from the fact that {{{$wp_rewrite->add_rule()}}} is used directly, which doesn't have a $with_front argument.
    22
    33See [attachment:16626.diff].