mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add a missing file header for wp-includes/class-wp-user-query.php, introduced in [33749].
Also clarifies the class DocBlock summary for `WP_User_Query` to better describe its purpose. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33895 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
43c8ec5f32
commit
8b3693c9e0
@ -1,10 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress User Query class.
|
||||
* Users API: WP_User_Query class
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @package WordPress
|
||||
* @subpackage Users
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used for querying users.
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @see WP_User_Query::prepare_query() for information on accepted arguments.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user