v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
|
|
@ -292,7 +292,7 @@ class Two_Factor_Extended_Compliance_Report {
|
|||
public function email_report( string $to, array $args = array() ): bool {
|
||||
$stats = $this->get_compliance_stats( $args );
|
||||
|
||||
$subject = __( 'Two Factor Extended - Compliance Report', 'two-factor-extended' );
|
||||
$subject = __( 'Two-Factor Extended - Compliance Report', 'two-factor-extended' );
|
||||
|
||||
$message = sprintf(
|
||||
/* translators: 1: Site name */
|
||||
|
|
|
|||
Loading…
Reference in a new issue