Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29118, comment 1


Ignore:
Timestamp:
08/05/2014 03:23:07 PM (10 years ago)
Author:
ericlewis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29118, comment 1

    initial v1  
    1 In 29118.diff, introduce `remove_rewrite_rule()`, which is a facade for the `remove_rule()` method on the `WP_Rewrite` class.
     1In attachment:29118.diff, introduce `remove_rewrite_rule()`, which is a facade for the `remove_rule()` method on the `WP_Rewrite` class.
    22
    33This allows for a more intuitive API, and comprehensible boilerplate for plugin developers: