Make WordPress Core


Ignore:
Timestamp:
08/09/2014 07:29:37 PM (12 years ago)
Author:
DrewAPicture
Message:

Fix some words that aren't words.

See #28885.

File:
1 edited

Legend:

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

    r29363 r29454  
    859859         * @access public
    860860         *
    861          * @param string $name Property to get
     861         * @param string $name Property to get.
    862862         * @return mixed Property.
    863863         */
     
    867867
    868868        /**
    869          * Make private properties setable for backwards compatibility.
     869         * Make private properties settable for backwards compatibility.
    870870         *
    871871         * @since 4.0.0
     
    894894
    895895        /**
    896          * Make private properties unsetable for backwards compatibility.
     896         * Make private properties un-settable for backwards compatibility.
    897897         *
    898898         * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.