From ed4f394b67f926f886b1fd062f59c51e5d164f57 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Apr 2019 20:10:53 +0000 Subject: [PATCH] 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 --- wp-includes/cache.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index e7984ebda1..1af29d5f65 100644 --- a/wp-includes/cache.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 88c5bd3428..99ddef3a33 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.