- email templates message

This commit is contained in:
nikitasinelnikov
2019-04-10 11:45:45 +03:00
parent 7b0289a0a7
commit 8f60eef636
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -1722,8 +1722,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
$email_key = empty( $_GET['email'] ) ? '' : urldecode( $_GET['email'] );
$emails = UM()->config()->email_notifications;
if ( empty( $email_key ) || empty( $emails[$email_key] ) )
if ( empty( $email_key ) || empty( $emails[ $email_key ] ) ) {
include_once um_path . 'includes/admin/core/list-tables/emails-list-table.php';
}
}