mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Correct some @param doc names in the WP_Tax_Query and WP_User_Query classes.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@35916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -75,7 +75,7 @@ class WP_User_Query {
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param null|string|array $args Optional. The query variables.
|
||||
* @param null|string|array $query Optional. The query variables.
|
||||
*/
|
||||
public function __construct( $query = null ) {
|
||||
if ( ! empty( $query ) ) {
|
||||
|
||||
Reference in New Issue
Block a user