diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 03a81dd903..7bd9dca3bf 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -7,13 +7,15 @@ * @since 3.4.0 */ final class WP_Theme implements ArrayAccess { + /** - * Whether the theme has been marked as updateable - * - * @see WP_MS_Themes_List_Table + * Whether the theme has been marked as updateable. * + * @since 4.4.0 * @access public * @var bool + * + * @see WP_MS_Themes_List_Table */ public $update = false; diff --git a/wp-includes/version.php b/wp-includes/version.php index 8253f39cd4..f4dd921a72 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34235'; +$wp_version = '4.4-alpha-34236'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.