Skip to content

Commit

Permalink
Docs: Correct @since version for COOKIE_DOMAIN default value change.
Browse files Browse the repository at this point in the history
Follow-up to [58011].

Props mukesh27.
See #46550.

git-svn-id: https://develop.svn.wordpress.org/trunk@58017 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Apr 17, 2024
1 parent ca0260b commit a26c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/default-constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function wp_cookie_constants() {

/**
* @since 2.0.0
* @since 6.5.0 The value has changed from false to an empty string.
* @since 6.6.0 The value has changed from false to an empty string.
*/
if ( ! defined( 'COOKIE_DOMAIN' ) ) {
define( 'COOKIE_DOMAIN', '' );
Expand Down

0 comments on commit a26c655

Please sign in to comment.