Changeset 22398
- Timestamp:
- 11/06/2012 12:41:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r22365 r22398 1943 1943 function set_permalink_structure($permalink_structure) { 1944 1944 if ( $permalink_structure != $this->permalink_structure ) { 1945 $old_permalink_structure = $this->permalink_structure; 1945 1946 update_option('permalink_structure', $permalink_structure); 1946 1947 $this->init(); 1947 do_action('permalink_structure_changed', $ this->permalink_structure, $permalink_structure);1948 do_action('permalink_structure_changed', $old_permalink_structure, $permalink_structure); 1948 1949 } 1949 1950 }
Note: See TracChangeset
for help on using the changeset viewer.