Make WordPress Core

Changeset 37919


Ignore:
Timestamp:
06/29/2016 07:34:04 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Supplement a changelog entry in the DocBlock for the $id property in WP_Network.

See [37657] for where access was changed from public to private.
See [37870] for where the type was changed from string to int.

See #36717.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-network.php

    r37871 r37919  
    2828     *
    2929     * @since 4.4.0
    30      * @since 4.6.0 Type changed from string to int.
     30     * @since 4.6.0 Converted from public to private to explicitly enable more intuitive
     31     *              access via magic methods. As part of the access change, the type was
     32     *              also changed from `string` to `int`.
    3133     * @access private
    3234     * @var int
Note: See TracChangeset for help on using the changeset viewer.