Changeset 11325 for trunk/wp-includes/rewrite.php
- Timestamp:
- 05/14/2009 06:38:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r11102 r11325 1841 1841 * between the current permalink structure and the parameter value. Calls 1842 1842 * {@link WP_Rewrite::init()} after the option is updated. 1843 * 1844 * Fires the 'permalink_structure_changed' action once the init call has 1845 * processed passing the old and new values 1843 1846 * 1844 1847 * @since 1.5.0 … … 1851 1854 update_option('permalink_structure', $permalink_structure); 1852 1855 $this->init(); 1856 do_action('permalink_structure_changed', $this->permalink_structure, $permalink_structure); 1853 1857 } 1854 1858 }
Note: See TracChangeset
for help on using the changeset viewer.