Skip to content

Commit

Permalink
Docs: Correct @since version for status code 425 in `get_status_hea…
Browse files Browse the repository at this point in the history
…der_desc()`.

Follow-up to [57936].

See #60942.

git-svn-id: https://develop.svn.wordpress.org/trunk@57937 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Apr 7, 2024
1 parent 3d2063c commit 9b70a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ function wp( $query_vars = '' ) {
* @since 3.9.0 Added status codes 418, 428, 429, 431, and 511.
* @since 4.5.0 Added status codes 308, 421, and 451.
* @since 5.1.0 Added status code 103.
* @since 6.5.0 Added status code 425.
* @since 6.6.0 Added status code 425.
*
* @global array $wp_header_to_desc
*
Expand Down

0 comments on commit 9b70a33

Please sign in to comment.