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-admin/includes/class-wp-filesystem-base.php

    r29206 r29454  
    4646         * @access public
    4747         *
    48          * @param string $name
    49          * @return mixed
     48         * @param string $name Property to get.
     49         * @return mixed Property.
    5050         */
    5151        public function __get( $name ) {
     
    5454
    5555        /**
    56          * Make private properties setable for backwards compatibility.
     56         * Make private properties settable for backwards compatibility.
    5757         *
    5858         * @since 4.0.0
     
    8181
    8282        /**
    83          * Make private properties unsetable for backwards compatibility.
     83         * Make private properties un-settable for backwards compatibility.
    8484         *
    8585         * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.