Make WordPress Core

Changeset 60938


Ignore:
Timestamp:
10/15/2025 09:34:43 PM (4 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the tag order for site_status_good_response_time_threshold filter.

Follow-up to [54043].

Props mukesh27.
See #63166.

File:
1 edited

Legend:

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

    r60806 r60938  
    35423542         * The default is based on https://web.dev/time-to-first-byte/.
    35433543         *
     3544         * @since 6.1.0
     3545         *
    35443546         * @param int $threshold Threshold in milliseconds. Default 600.
    3545          *
    3546          * @since 6.1.0
    35473547         */
    35483548        return (int) apply_filters( 'site_status_good_response_time_threshold', 600 );
Note: See TracChangeset for help on using the changeset viewer.