Changeset 49617 for trunk/src/wp-admin/authorize-application.php
- Timestamp:
- 11/16/2020 10:40:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/authorize-application.php
r49562 r49617 91 91 if ( ! wp_is_application_passwords_available_for_user( $user ) ) { 92 92 if ( wp_is_application_passwords_available() ) { 93 $message = __( 'Application passwords are not enabledfor your account. Please contact the site administrator for assistance.' );93 $message = __( 'Application passwords are not available for your account. Please contact the site administrator for assistance.' ); 94 94 } else { 95 $message = __( 'Application passwords are not enabled.' );95 $message = __( 'Application passwords are not available.' ); 96 96 } 97 97 … … 100 100 __( 'Cannot Authorize Application' ), 101 101 array( 102 'response' => 501, 102 103 'link_text' => __( 'Go Back' ), 103 104 'link_url' => $reject_url ? add_query_arg( 'error', 'disabled', $reject_url ) : admin_url(),
Note: See TracChangeset
for help on using the changeset viewer.