Changeset 25289 for trunk/src/wp-includes/query.php
- Timestamp:
- 09/06/2013 06:09:24 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r25287 r25289 1947 1947 */ 1948 1948 function get_posts() { 1949 global $wpdb, $user_ID , $_wp_using_ext_object_cache;1949 global $wpdb, $user_ID; 1950 1950 1951 1951 $this->parse_query(); … … 1997 1997 1998 1998 if ( !isset($q['cache_results']) ) { 1999 if ( $_wp_using_ext_object_cache)1999 if ( wp_using_ext_object_cache() ) 2000 2000 $q['cache_results'] = false; 2001 2001 else
Note: See TracChangeset
for help on using the changeset viewer.