Changeset 17518 for trunk/wp-includes/rewrite.php
- Timestamp:
- 03/10/2011 04:24:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r17226 r17518 1858 1858 if ( $with_front ) 1859 1859 $struct = $this->front . $struct; 1860 else 1861 $struct = $this->root . $struct; 1860 1862 $this->extra_permastructs[$name] = array($struct, $ep_mask); 1861 1863 }
Note: See TracChangeset
for help on using the changeset viewer.