Fix some words that aren't words.

See #28885.


git-svn-id: https://develop.svn.wordpress.org/trunk@29454 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-08-09 19:29:37 +00:00
parent e8e0880851
commit a84d50dfa3
15 changed files with 36 additions and 33 deletions
+3 -3
View File
@@ -858,7 +858,7 @@ class WP_User_Query {
* @since 4.0.0
* @access public
*
* @param string $name Property to get
* @param string $name Property to get.
* @return mixed Property.
*/
public function __get( $name ) {
@@ -866,7 +866,7 @@ class WP_User_Query {
}
/**
* Make private properties setable for backwards compatibility.
* Make private properties settable for backwards compatibility.
*
* @since 4.0.0
* @access public
@@ -893,7 +893,7 @@ class WP_User_Query {
}
/**
* Make private properties unsetable for backwards compatibility.
* Make private properties un-settable for backwards compatibility.
*
* @since 4.0.0
* @access public