Changeset 36128 for trunk/src/wp-includes/query.php
- Timestamp:
- 12/31/2015 03:00:33 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r36127 r36128 4957 4957 global $wp_query, $wp_rewrite; 4958 4958 4959 if ( get_queried_object() ) { 4960 return; 4961 } 4962 4959 4963 if ( '' !== $wp_query->query_vars['name'] ) : 4960 4964 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.