Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21945, comment 6


Ignore:
Timestamp:
09/20/2012 08:39:52 PM (12 years ago)
Author:
belg4mit
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21945, comment 6

    initial v1  
    55 add_rewrite_rule('^bar/[^/]+/((?!feed)[^/]*)/?','index.php?foo=$matches[1]','top');
    66}}}
     7
     8(The rule is part of a tag and post link filter to make foo's appear /bar permalinks.)