Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21394, comment 9


Ignore:
Timestamp:
01/31/2013 10:41:51 PM (12 years ago)
Author:
lkraav
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21394, comment 9

    initial v1  
    1111}}}
    1212
    13 This e-commerce plugin uses virtual pagename's for rewriting. {{{/store/products/}}} gets translated to {{{pagename=product_list}}} query:
     13This e-commerce plugin uses virtual pagename's for rewriting. {{{/store/products/}}} gets translated to {{{pagename=product_list}}} request:
    1414{{{
    1515$new_rules[$this->get_setting('slugs->store') . '/' . $this->get_setting('slugs->products') . '/?$'] = 'index.php?pagename=product_list';