diff --git a/includes/templates/reader-activation-emails/otp.php b/includes/templates/reader-activation-emails/otp.php index 5c58ad37b6..40eb15cb07 100644 --- a/includes/templates/reader-activation-emails/otp.php +++ b/includes/templates/reader-activation-emails/otp.php @@ -9,56 +9,63 @@ // phpcs:disable WordPressVIPMinimum.Security.Mustache.OutputNotation -[ 'primary_color' => $primary_color, 'secondary_color' => $secondary_color ] = newspack_get_theme_colors(); -[ 'block_markup' => $social_links, 'html_markup' => $social_links_html ] = newspack_get_social_markup(); - -$post_content = ' - -
' . __( 'Use the following code to login to your account:', 'newspack' ) . '
-*MAGIC_LINK_OTP*
' . __( 'You can also log into your account by clicking the following button:', 'newspack' ) . '
- - - + ' . - -' . sprintf( /* Translators: 1: site title 2: site base address. */ __( '%1$s - %2$s', 'newspack' ), '*SITE_TITLE*', '*SITE_ADDRESS*' ) . '
' . sprintf( /* Translators: 1: link to site url. */ __( 'You received this email because you requested to sign in to %s', 'newspack' ), '*SITE_URL*' ) . '
|
|
|
|