Docs: Correct variable type for WP_Upgrader::$strings.

Props mt8.biz.
Fixes #36883.
Built from https://develop.svn.wordpress.org/trunk@37462


git-svn-id: http://core.svn.wordpress.org/trunk@37430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-05-19 00:36:27 +00:00
parent 9b56e3b7e4
commit 117cef2d46
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class WP_Upgrader {
*
* @since 2.8.0
* @access public
* @var string $strings
* @var array $strings
*/
public $strings = array();

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37461';
$wp_version = '4.6-alpha-37462';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.