mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -3937,7 +3937,7 @@ class WP_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 ) {
|
||||
@@ -3945,7 +3945,7 @@ class WP_Query {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
@@ -3958,7 +3958,7 @@ class WP_Query {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user