Docs: Fix typo in a comment in Bulk_Upgrader_Skin::header() and ::footer().

Follow-up to [13602].

Props kamplugins, costdev, mukesh27, afragen.
Fixes #58334.

git-svn-id: https://develop.svn.wordpress.org/trunk@55823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-05-18 11:35:21 +00:00
parent d5792c7a88
commit bd53a88137

View File

@ -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.
}
/**