Make WordPress Core


Ignore:
Timestamp:
07/14/2014 01:11:55 AM (11 years ago)
Author:
DrewAPicture
Message:

Add periods to short descriptions for magic methods added in [28501], [28521], and [28524].

See #22234 and #28885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r29150 r29165  
    8282
    8383    /**
    84      * Make private properties readable for backwards compatibility
     84     * Make private properties readable for backwards compatibility.
    8585     *
    8686     * @since 4.0.0
     
    9595
    9696    /**
    97      * Make private properties setable for backwards compatibility
     97     * Make private properties setable for backwards compatibility.
    9898     *
    9999     * @since 4.0.0
     
    109109
    110110    /**
    111      * Make private properties checkable for backwards compatibility
     111     * Make private properties checkable for backwards compatibility.
    112112     *
    113113     * @since 4.0.0
     
    122122
    123123    /**
    124      * Make private properties unsetable for backwards compatibility
     124     * Make private properties unsetable for backwards compatibility.
    125125     *
    126126     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.