Changeset 34964
- Timestamp:
- 10/08/2015 10:06:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r34962 r34964 1807 1807 $this->front = substr($this->permalink_structure, 0, strpos($this->permalink_structure, '%')); 1808 1808 $this->root = ''; 1809 1809 1810 if ( $this->using_index_permalinks() ) 1810 1811 $this->root = $this->index . '/'; … … 1844 1845 $old_permalink_structure = $this->permalink_structure; 1845 1846 update_option('permalink_structure', $permalink_structure); 1847 1846 1848 $this->init(); 1847 1849
Note: See TracChangeset
for help on using the changeset viewer.