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.

Built from https://develop.svn.wordpress.org/trunk@33683


git-svn-id: http://core.svn.wordpress.org/trunk@33650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-08-21 03:15:25 +00:00
parent 52614b491a
commit 73d6dec8eb
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33682';
$wp_version = '4.4-alpha-33683';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.