From 3721940e0f3afce375a5bb80fe7fb5785c8e48af Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Aug 2015 03:14:35 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-upgrader.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-upgrader.php b/src/wp-admin/includes/class-wp-upgrader.php index 235df514c1..d54546c623 100644 --- a/src/wp-admin/includes/class-wp-upgrader.php +++ b/src/wp-admin/includes/class-wp-upgrader.php @@ -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;