Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rewrite.php

    r17519 r17226  
    18581858        if ( $with_front )
    18591859            $struct = $this->front . $struct;
    1860         else
    1861             $struct = $this->root . $struct;
    18621860        $this->extra_permastructs[$name] = array($struct, $ep_mask);
    18631861    }
Note: See TracChangeset for help on using the changeset viewer.