diff --git a/wp-admin/includes/class-bulk-upgrader-skin.php b/wp-admin/includes/class-bulk-upgrader-skin.php index 89367c4cf8..2b85c67cb7 100644 --- a/wp-admin/includes/class-bulk-upgrader-skin.php +++ b/wp-admin/includes/class-bulk-upgrader-skin.php @@ -79,13 +79,13 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin { /** */ public function header() { - // Nothing, This will be displayed within a iframe. + // Nothing. This will be displayed within an iframe. } /** */ public function footer() { - // Nothing, This will be displayed within a iframe. + // Nothing. This will be displayed within an iframe. } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 128cc0f893..b2b8f148af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55822'; +$wp_version = '6.3-alpha-55823'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.