Make WordPress Core


Ignore:
Timestamp:
06/14/2023 02:06:03 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Follow-up to [55911], [55916].

Props costdev.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-health.php

    r55412 r55917  
    2020
    2121/**
    22  * An associative array of extra tabs for the Site Health navigation bar.
     22 * Filters the extra tabs for the Site Health navigation bar.
    2323 *
    2424 * Add a custom page to the Site Health screen, based on a tab slug and label.
     
    199199if ( isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ) {
    200200    /**
    201      * Output content of a custom Site Health tab.
     201     * Fires when outputting the content of a custom Site Health tab.
    202202     *
    203203     * This action fires right after the Site Health header, and users are still subject to
Note: See TracChangeset for help on using the changeset viewer.