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:
parent
15684a84db
commit
ed4f394b67
|
@ -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;
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue