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
This commit is contained in:
Sergey Biryukov 2019-04-11 20:09:09 +00:00
parent dde307d4c9
commit 428f9362eb

View File

@ -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;