Make WordPress Core

Changeset 55823


Ignore:
Timestamp:
05/18/2023 11:35:21 AM (17 months ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [13602].

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-bulk-upgrader-skin.php

    r51782 r55823  
    8080     */
    8181    public function header() {
    82         // Nothing, This will be displayed within a iframe.
     82        // Nothing. This will be displayed within an iframe.
    8383    }
    8484
     
    8686     */
    8787    public function footer() {
    88         // Nothing, This will be displayed within a iframe.
     88        // Nothing. This will be displayed within an iframe.
    8989    }
    9090
Note: See TracChangeset for help on using the changeset viewer.