Declare the $options
property for WP_Upgrader_Skin
.
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bb9f04baa8
commit
729bd580ab
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user