Docs: Correct `@since` version for `COOKIE_DOMAIN` default value change.
Follow-up to [58011]. Props mukesh27. See #46550. Built from https://develop.svn.wordpress.org/trunk@58017 git-svn-id: http://core.svn.wordpress.org/trunk@57483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc9dbf913f
commit
1c0e271c2f
|
@ -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', '' );
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58011';
|
||||
$wp_version = '6.6-alpha-58017';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue