]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-user-query.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / class-wp-user-query.php
index a86c9c379bc22d94760d4e422ebfccc88584675b..02cae108c85c5c4e5d0a02a73741d7bf089bfa6e 100644 (file)
@@ -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 ) ) {
@@ -140,7 +140,7 @@ class WP_User_Query {
         * @param string|array $query {
         *     Optional. Array or string of Query parameters.
         *
-        *     @type int          $blog_id             The site ID. Default is the global blog id.
+        *     @type int          $blog_id             The site ID. Default is the current site.
         *     @type string|array $role                An array or a comma-separated list of role names that users must match
         *                                             to be included in results. Note that this is an inclusive list: users
         *                                             must match *each* role. Default empty.