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/query.php

    r29257 r29454  
    39383938         * @access public
    39393939         *
    3940          * @param string $name Property to get
     3940         * @param string $name Property to get.
    39413941         * @return mixed Property.
    39423942         */
     
    39463946
    39473947        /**
    3948          * Make private properties setable for backwards compatibility.
     3948         * Make private properties settable for backwards compatibility.
    39493949         *
    39503950         * @since 4.0.0
     
    39593959
    39603960        /**
    3961          * Make private properties setable for backwards compatibility.
     3961         * Make private properties settable for backwards compatibility.
    39623962         *
    39633963         * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.