Make WordPress Core

Changeset 49627


Ignore:
Timestamp:
11/17/2020 10:19:29 AM (4 years ago)
Author:
SergeyBiryukov
Message:

App Passwords: Add missing i18n for an error message.

Follow-up to [49617].

See #51513.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r49617 r49627  
    354354        $error = new WP_Error(
    355355            'application_passwords_disabled',
    356             'Application passwords are not available.'
     356            __( 'Application passwords are not available.' )
    357357        );
    358358    } elseif ( ! wp_is_application_passwords_available_for_user( $user ) ) {
Note: See TracChangeset for help on using the changeset viewer.