Changeset 59258 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 10/19/2024 11:52:48 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r59228 r59258 1502 1502 /** 1503 1503 * Refreshes the rewrite rules, saving the fresh value to the database. 1504 * If the `wp_loaded` action has not occurred yet, will postpone saving to the database. 1504 * 1505 * If the {@see 'wp_loaded'} action has not occurred yet, will postpone saving to the database. 1505 1506 * 1506 1507 * @since 6.4.0 … … 1514 1515 if ( ! did_action( 'wp_loaded' ) ) { 1515 1516 /* 1516 * I s not safe to save the results right now, as the rules may be partial.1517 * It is not safe to save the results right now, as the rules may be partial. 1517 1518 * Need to give all rules the chance to register. 1518 1519 */
Note: See TracChangeset
for help on using the changeset viewer.