Changeset 37539 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 05/23/2016 06:53:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r37492 r37539 1253 1253 * Constructs rewrite matches and queries from permalink structure. 1254 1254 * 1255 * Runs the action 'generate_rewrite_rules'with the parameter that is an1255 * Runs the action {@see 'generate_rewrite_rules'} with the parameter that is an 1256 1256 * reference to the current WP_Rewrite instance to further manipulate the 1257 * permalink structures and rewrite rules. Runs the 'rewrite_rules_array'1257 * permalink structures and rewrite rules. Runs the {@see 'rewrite_rules_array'} 1258 1258 * filter on the full rewrite rule array. 1259 1259 * 1260 1260 * There are two ways to manipulate the rewrite rules, one by hooking into 1261 * the 'generate_rewrite_rules'action and gaining full control of the1261 * the {@see 'generate_rewrite_rules'} action and gaining full control of the 1262 1262 * object or just manipulating the rewrite rule array before it is passed 1263 1263 * from the function. … … 1873 1873 * WP_Rewrite::init() after the option is updated. 1874 1874 * 1875 * Fires the 'permalink_structure_changed'action once the init call has1875 * Fires the {@see 'permalink_structure_changed'} action once the init call has 1876 1876 * processed passing the old and new values 1877 1877 *
Note: See TracChangeset
for help on using the changeset viewer.