Changeset 48574 for trunk/src/wp-admin/users.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r48352 r48574 248 248 * @since 5.2.0 249 249 * 250 * @param bool ean$users_have_additional_content Whether the users have additional content. Default false.251 * @param int[] $userids Array of IDs for users being deleted.250 * @param bool $users_have_additional_content Whether the users have additional content. Default false. 251 * @param int[] $userids Array of IDs for users being deleted. 252 252 */ 253 253 $users_have_content = (bool) apply_filters( 'users_have_additional_content', false, $userids );
Note: See TracChangeset
for help on using the changeset viewer.