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:
Drew Jaynes 2015-08-21 03:14:35 +00:00
parent 57592ef976
commit 3721940e0f

View File

@ -1190,15 +1190,17 @@ class Theme_Upgrader extends WP_Upgrader {
* Result of the theme upgrade offer. * Result of the theme upgrade offer.
* *
* @since 2.8.0 * @since 2.8.0
* @access public
* @var array|WP_Erorr $result * @var array|WP_Erorr $result
* @see WP_Upgrader::$result * @see WP_Upgrader::$result
*/ */
public $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 * @since 2.9.0
* @access public
* @var bool $bulk * @var bool $bulk
*/ */
public $bulk = false; public $bulk = false;