Make WordPress Core

Changeset 58017


Ignore:
Timestamp:
04/17/2024 09:44:08 AM (6 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since version for COOKIE_DOMAIN default value change.

Follow-up to [58011].

Props mukesh27.
See #46550.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r58011 r58017  
    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' ) ) {
Note: See TracChangeset for help on using the changeset viewer.