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

Props mt8.biz.
Fixes #36883.

git-svn-id: https://develop.svn.wordpress.org/trunk@37462 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-05-19 00:35:32 +00:00
parent cebd606438
commit ce467a3191
1 changed files with 1 additions and 1 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();