Changeset 32650 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 05/29/2015 03:42:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r32648 r32650 2171 2171 */ 2172 2172 public function flush_rules( $hard = true ) { 2173 static $do_hard_later ;2173 static $do_hard_later = null; 2174 2174 2175 2175 // Prevent this action from running before everyone has registered their rewrites
Note: See TracChangeset
for help on using the changeset viewer.