v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
|
|
@ -97,7 +97,7 @@ class Two_Factor_Extended_Dependency_Checker {
|
|||
?>
|
||||
<div class="notice notice-error">
|
||||
<p>
|
||||
<strong><?php esc_html_e( 'Two Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<strong><?php esc_html_e( 'Two-Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Two Factor plugin link */
|
||||
|
|
@ -119,7 +119,7 @@ class Two_Factor_Extended_Dependency_Checker {
|
|||
?>
|
||||
<div class="notice notice-error">
|
||||
<p>
|
||||
<strong><?php esc_html_e( 'Two Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<strong><?php esc_html_e( 'Two-Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Minimum WordPress version */
|
||||
|
|
@ -141,7 +141,7 @@ class Two_Factor_Extended_Dependency_Checker {
|
|||
?>
|
||||
<div class="notice notice-error">
|
||||
<p>
|
||||
<strong><?php esc_html_e( 'Two Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<strong><?php esc_html_e( 'Two-Factor Extended', 'two-factor-extended' ); ?>:</strong>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Minimum PHP version */
|
||||
|
|
|
|||
Loading…
Reference in a new issue