Changeset 49627
- Timestamp:
- 11/17/2020 10:19:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r49617 r49627 354 354 $error = new WP_Error( 355 355 'application_passwords_disabled', 356 'Application passwords are not available.'356 __( 'Application passwords are not available.' ) 357 357 ); 358 358 } elseif ( ! wp_is_application_passwords_available_for_user( $user ) ) {
Note: See TracChangeset
for help on using the changeset viewer.