Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$wpdb->get_results()
will never return false here, so we don't need…
… to rely upon the `$found` flag that's not available in all object caches. This fixes job query caching when running on a persistent cache which doesn't implement the `$found` parameter or doesn't consider in-memory caches as "found" (see Automattic/wp-memcached#61).
- Loading branch information