Make WordPress Core


Ignore:
Timestamp:
07/14/2014 01:11:55 AM (12 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-includes/cache.php

    r29146 r29165  
    308308
    309309    /**
    310      * Make private properties readable for backwards compatibility
     310     * Make private properties readable for backwards compatibility.
    311311     *
    312312     * @since 4.0.0
     
    321321
    322322    /**
    323      * Make private properties setable for backwards compatibility
     323     * Make private properties setable for backwards compatibility.
    324324     *
    325325     * @since 4.0.0
     
    335335
    336336    /**
    337      * Make private properties checkable for backwards compatibility
     337     * Make private properties checkable for backwards compatibility.
    338338     *
    339339     * @since 4.0.0
     
    348348
    349349    /**
    350      * Make private properties unsetable for backwards compatibility
     350     * Make private properties unsetable for backwards compatibility.
    351351     *
    352352     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.