Make WordPress Core


Ignore:
Timestamp:
06/28/2020 11:51:29 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48168 r48198  
    21552155     * Returns a boolean value of `true` if a scheduled task has been missed and ends processing.
    21562156     *
    2157      * If the list of crons is an instance of WP_Error, return the instance instead of a boolean value.
     2157     * If the list of crons is an instance of WP_Error, returns the instance instead of a boolean value.
    21582158     *
    21592159     * @since 5.2.0
     
    21812181     * Returns a boolean value of `true` if a scheduled task is late and ends processing.
    21822182     *
    2183      * If the list of crons is an instance of WP_Error, return the instance instead of a boolean value.
     2183     * If the list of crons is an instance of WP_Error, returns the instance instead of a boolean value.
    21842184     *
    21852185     * @since 5.3.0
Note: See TracChangeset for help on using the changeset viewer.