Declare the `$options` property for `WP_Upgrader_Skin`.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30170 git-svn-id: http://core.svn.wordpress.org/trunk@30170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4d0f66854a
commit
3fc8778359
|
@ -20,6 +20,7 @@ class WP_Upgrader_Skin {
|
|||
public $done_header = false;
|
||||
public $done_footer = false;
|
||||
public $result = false;
|
||||
public $options = array();
|
||||
|
||||
public function __construct($args = array()) {
|
||||
$defaults = array( 'url' => '', 'nonce' => '', 'title' => '', 'context' => false );
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30169';
|
||||
$wp_version = '4.1-alpha-30170';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue