mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Docs: Correct DocBlock formatting for filters accepting the $parsed_args parameter.
Follow-up to [45667]. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47096 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1146,8 +1146,8 @@ function wp_dropdown_users( $args = '' ) {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @param array $query_args The query arguments for get_users().
|
||||
* @param array $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.
|
||||
* @param array $query_args The query arguments for get_users().
|
||||
* @param array $parsed_args The arguments passed to wp_dropdown_users() combined with the defaults.
|
||||
*/
|
||||
$query_args = apply_filters( 'wp_dropdown_users_args', $query_args, $parsed_args );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user