Changeset 32648 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 05/29/2015 01:09:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r32551 r32648 308 308 } 309 309 } 310 311 // Resolve conflicts between posts with numeric slugs and date archive queries. 312 $this->query_vars = wp_resolve_numeric_slug_conflicts( $this->query_vars ); 310 313 311 314 foreach ( (array) $this->private_query_vars as $var) {
Note: See TracChangeset
for help on using the changeset viewer.