Make WordPress Core

Changeset 45803


Ignore:
Timestamp:
08/15/2019 12:41:25 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tag for WP_Site_Health::has_late_cron().

See #47223.

File:
1 edited

Legend:

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

    r45801 r45803  
    19411941     * @since 5.2.0
    19421942     *
    1943      * @return bool|WP_Error true if a cron was missed, false if it wasn't. WP_Error if the cron is set to that.
     1943     * @return bool|WP_Error True if a cron was missed, false if not. WP_Error if the cron is set to that.
    19441944     */
    19451945    public function has_missed_cron() {
     
    19641964     * crons is an instance of WP_Error, return the instance instead of a boolean value.
    19651965     *
    1966      * @return bool|WP_Error true if a cron is late, false if it wasn't. WP_Error if the cron is set to that.
     1966     * @since 5.3.0
     1967     *
     1968     * @return bool|WP_Error True if a cron is late, false if not. WP_Error if the cron is set to that.
    19671969     */
    19681970    public function has_late_cron() {
Note: See TracChangeset for help on using the changeset viewer.