diff --git a/wp-admin/authorize-application.php b/wp-admin/authorize-application.php index 1eabb96335..8d931f4666 100644 --- a/wp-admin/authorize-application.php +++ b/wp-admin/authorize-application.php @@ -137,9 +137,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
get_error_message(); ?>
- - -
- -' . __( 'Be sure to save this in a safe location. You will not be able to retrieve it.' ) . '
'; + $args = array( + 'type' => 'success', + 'additional_classes' => array( 'notice-alt', 'below-h2' ), + 'paragraph_wrap' => false, + ); + wp_admin_notice( $message, $args ); - -