Make WordPress Core

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


Ignore:
Timestamp:
02/25/2011 03:27:19 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16626, comment 4

    v1 v2  
    44
    55{{{
    6 ...
    7 'rewrite' => array( 'with_front' => false ),
    8 ...
     6register_post_type( ..., array(
     7  'rewrite' => array( 'with_front' => false ),
     8  ...
     9) );
    910}}}