mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Various formatting improvements to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48574 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -247,8 +247,8 @@ switch ( $wp_list_table->current_action() ) {
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @param boolean $users_have_additional_content Whether the users have additional content. Default false.
|
||||
* @param int[] $userids Array of IDs for users being deleted.
|
||||
* @param bool $users_have_additional_content Whether the users have additional content. Default false.
|
||||
* @param int[] $userids Array of IDs for users being deleted.
|
||||
*/
|
||||
$users_have_content = (bool) apply_filters( 'users_have_additional_content', false, $userids );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user