Skip to content

Commit a26c655

Browse files
Docs: Correct @since version for COOKIE_DOMAIN default value change.
Follow-up to [58011]. Props mukesh27. See #46550. git-svn-id: https://develop.svn.wordpress.org/trunk@58017 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ca0260b commit a26c655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/default-constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function wp_cookie_constants() {
325325

326326
/**
327327
* @since 2.0.0
328-
* @since 6.5.0 The value has changed from false to an empty string.
328+
* @since 6.6.0 The value has changed from false to an empty string.
329329
*/
330330
if ( ! defined( 'COOKIE_DOMAIN' ) ) {
331331
define( 'COOKIE_DOMAIN', '' );

0 commit comments

Comments
 (0)