From 428f9362ebf6cab32a08d6c4ed3f43b79b9fb82a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Apr 2019 20:09:09 +0000 Subject: [PATCH] Docs: Correct type for `WP_Object_Cache::$blog_prefix`. Props diddledan. Fixes #46851. git-svn-id: https://develop.svn.wordpress.org/trunk@45161 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index e7984ebda1..1af29d5f65 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -323,7 +323,7 @@ class WP_Object_Cache { * The blog prefix to prepend to keys in non-global groups. * * @since 3.5.0 - * @var int + * @var string */ private $blog_prefix;