-
+
<# if ( data.theme.actions.activate ) { #>
activate this theme, and use the Site Editor to customize it.' ),
'{{{ data.theme.actions.activate }}}'
);
?>
<# } #>
-
' . sprintf( __( 'Your email address has not been updated yet. Please check your inbox at %s for a confirmation email.' ), '' . esc_html( $email['newemail'] ) . '' ) . '
';
+ $message = sprintf(
+ /* translators: %s: New email address. */
+ __( 'Your email address has not been updated yet. Please check your inbox at %s for a confirmation email.' ),
+ '' . esc_html( $email['newemail'] ) . ''
+ );
+ wp_admin_notice( $message, array( 'type' => 'info' ) );
}
}
}