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
This commit is contained in:
Sergey Biryukov 2023-05-18 11:37:27 +00:00
parent 4c2394eed5
commit 5f054d2079
2 changed files with 3 additions and 3 deletions

View File

@ -79,13 +79,13 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
/** /**
*/ */
public function header() { public function header() {
// Nothing, This will be displayed within a iframe. // Nothing. This will be displayed within an iframe.
} }
/** /**
*/ */
public function footer() { public function footer() {
// Nothing, This will be displayed within a iframe. // Nothing. This will be displayed within an iframe.
} }
/** /**

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.