From 5f054d20793765e0b353ed3e3cd2a0dd39b32138 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 18 May 2023 11:37:27 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `Bulk_Upgrader_Skin::header()` and `::footer()`. Follow-up to [13602]. Props kamplugins, costdev, mukesh27, afragen. Fixes #58334. Built from https://develop.svn.wordpress.org/trunk@55823 git-svn-id: http://core.svn.wordpress.org/trunk@55335 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-bulk-upgrader-skin.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.