mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Revert the conversion of adjacent post queries to WP_Query. Explanation on the ticket.
Reverts [27285], [27286], [27287], [27288], [27291], [27292], [27293], [27296], [27633], [27634], [27635], and [27692]. see #26937. git-svn-id: https://develop.svn.wordpress.org/trunk@27836 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -377,7 +377,7 @@ function wp_using_ext_object_cache( $using = null ) {
|
||||
$current_using = $_wp_using_ext_object_cache;
|
||||
if ( null !== $using )
|
||||
$_wp_using_ext_object_cache = $using;
|
||||
return (bool) $current_using;
|
||||
return $current_using;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user