From 702ee129adb0d393bd082e44bdcebe183655c084 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 4 Aug 2019 00:48:56 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `WP_Site_Health::get_test_theme_version()`. See #47110. Built from https://develop.svn.wordpress.org/trunk@45733 git-svn-id: http://core.svn.wordpress.org/trunk@45544 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-health.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 5ed88969a7..d8c097c93d 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -617,7 +617,7 @@ class WP_Site_Health { } } - // If not default Twenty* theme exists. + // If no default Twenty* theme exists. if ( ! $has_default_theme ) { $result['status'] = 'recommended'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2f4b6ac007..1e3c32ba50 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45732'; +$wp_version = '5.3-alpha-45733'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.