Docs: Correct a typo in the summary for the Theme_Upgrader->bulk
property.
Also adds a couple of missing `@access` tags. Props kraftbj See #29086. git-svn-id: https://develop.svn.wordpress.org/trunk@33683 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57592ef976
commit
3721940e0f
@ -1190,15 +1190,17 @@ class Theme_Upgrader extends WP_Upgrader {
|
||||
* Result of the theme upgrade offer.
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @access public
|
||||
* @var array|WP_Erorr $result
|
||||
* @see WP_Upgrader::$result
|
||||
*/
|
||||
public $result;
|
||||
|
||||
/**
|
||||
* Whether multiple plugins are being upgraded/installed in bulk.
|
||||
* Whether multiple themes are being upgraded/installed in bulk.
|
||||
*
|
||||
* @since 2.9.0
|
||||
* @access public
|
||||
* @var bool $bulk
|
||||
*/
|
||||
public $bulk = false;
|
||||
|
Loading…
Reference in New Issue
Block a user