Changes from branches/3.1/wp-includes/rewrite.php at r17519 to trunk/wp-includes/rewrite.php at r17226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r17519 r17226 1858 1858 if ( $with_front ) 1859 1859 $struct = $this->front . $struct; 1860 else1861 $struct = $this->root . $struct;1862 1860 $this->extra_permastructs[$name] = array($struct, $ep_mask); 1863 1861 }
Note: See TracChangeset
for help on using the changeset viewer.