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-includes/class-wp-walker.php

    r29143 r29165  
    5050
    5151    /**
    52      * Make private properties readable for backwards compatibility
     52     * Make private properties readable for backwards compatibility.
    5353     *
    5454     * @since 4.0.0
     
    6363
    6464    /**
    65      * Make private properties setable for backwards compatibility
     65     * Make private properties setable for backwards compatibility.
    6666     *
    6767     * @since 4.0.0
     
    7777
    7878    /**
    79      * Make private properties checkable for backwards compatibility
     79     * Make private properties checkable for backwards compatibility.
    8080     *
    8181     * @since 4.0.0
     
    9090
    9191    /**
    92      * Make private properties unsetable for backwards compatibility
     92     * Make private properties unsetable for backwards compatibility.
    9393     *
    9494     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.