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:
@@ -52,7 +52,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @access public
|
||||
* @var string $strings
|
||||
* @var array $strings
|
||||
*/
|
||||
public $strings = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user