mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
9b56e3b7e4
commit
117cef2d46
@ -52,7 +52,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @access public
|
||||
* @var string $strings
|
||||
* @var array $strings
|
||||
*/
|
||||
public $strings = array();
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user