From 73d6dec8eb7f31d13e2261fb1d885a042f67f9f7 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Aug 2015 03:15:25 +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. Built from https://develop.svn.wordpress.org/trunk@33683 git-svn-id: http://core.svn.wordpress.org/trunk@33650 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-upgrader.php | 4 +++- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-upgrader.php b/wp-admin/includes/class-wp-upgrader.php index 235df514c1..d54546c623 100644 --- a/wp-admin/includes/class-wp-upgrader.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index c542fa0a41..5acb5bbf9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.