Changeset 48121 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/22/2020 05:24:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r48115 r48121 1594 1594 1595 1595 /** 1596 * Filters the list of blacklisted usernames.1596 * Filters the list of disallowed usernames. 1597 1597 * 1598 1598 * @since 4.4.0 1599 1599 * 1600 * @param array $usernames Array of blacklisted usernames.1600 * @param array $usernames Array of disallowed usernames. 1601 1601 */ 1602 1602 $illegal_logins = (array) apply_filters( 'illegal_user_logins', array() );
Note: See TracChangeset
for help on using the changeset viewer.