Skip to content

Commit 464ed1c

Browse files
Docs: Correct the tag order for site_status_good_response_time_threshold filter.
Follow-up to [54043]. Props mukesh27. See #63166. git-svn-id: https://develop.svn.wordpress.org/trunk@60938 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1c9e7ef commit 464ed1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,9 +3541,9 @@ private function get_good_response_time_threshold() {
35413541
*
35423542
* The default is based on https://web.dev/time-to-first-byte/.
35433543
*
3544-
* @param int $threshold Threshold in milliseconds. Default 600.
3545-
*
35463544
* @since 6.1.0
3545+
*
3546+
* @param int $threshold Threshold in milliseconds. Default 600.
35473547
*/
35483548
return (int) apply_filters( 'site_status_good_response_time_threshold', 600 );
35493549
}

0 commit comments

Comments
 (0)