Changeset 45699 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 07/28/2019 05:51:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r45214 r45699 274 274 function flush_rewrite_rules( $hard = true ) { 275 275 global $wp_rewrite; 276 $wp_rewrite->flush_rules( $hard ); 276 277 if ( is_callable( array( $wp_rewrite, 'flush_rules' ) ) ) { 278 $wp_rewrite->flush_rules( $hard ); 279 } 277 280 } 278 281
Note: See TracChangeset
for help on using the changeset viewer.