Changeset 38751
- Timestamp:
- 10/07/2016 07:43:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r38307 r38751 1476 1476 $this->matches = 'matches'; 1477 1477 $this->rewrite_rules(); 1478 if ( ! did_action( 'wp_loaded' ) ) { 1479 add_action( 'wp_loaded', array( $this, 'flush_rules' ) ); 1480 return $this->rules; 1481 } 1478 1482 update_option('rewrite_rules', $this->rules); 1479 1483 }
Note: See TracChangeset
for help on using the changeset viewer.