We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e1eeb commit 3a6311eCopy full SHA for 3a6311e
object-cache.php
@@ -57,7 +57,7 @@ function wp_cache_get( $key, $group = '', $force = false, &$found = null ) {
57
58
$value = apply_filters( 'wp_cache_get_pre', false, $key, $group, $force );
59
if ( false !== $value ) {
60
- return $value
+ return $value;
61
}
62
63
return $wp_object_cache->get( $key, $group, $force, $found );
0 commit comments