PluginProbe
wpForo Forum / 3.2.0
wpForo Forum v3.2.0
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
← All changes | admin/settings/email.php +1 -0 3.0.7 → 3.2.0 View file →
@@ -8,8 +8,9 @@
8 8 WPF()->settings->form_field( 'email', 'from_email' );
9 9 WPF()->settings->form_field( 'email', 'admin_emails' );
10 10 WPF()->settings->form_field( 'email', 'new_topic_notify' );
11 11 WPF()->settings->form_field( 'email', 'new_reply_notify' );
12 +WPF()->settings->form_field( 'email', 'async_notifications' );
12 13 ?>
13 14
14 15 <div class="wpf-subtitle">
15 16 <span class="dashicons dashicons-admin-users"></span> <?php _e( 'Post Reporting Emails', 'wpforo' ) ?>