Docs: Correct type for WP_Object_Cache::$blog_prefix.

Props diddledan.
Fixes #46851.
Built from https://develop.svn.wordpress.org/trunk@45161


git-svn-id: http://core.svn.wordpress.org/trunk@44970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-11 20:10:53 +00:00
parent 15684a84db
commit ed4f394b67
2 changed files with 2 additions and 2 deletions

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;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta2-45160';
$wp_version = '5.2-beta2-45161';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.