Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Inc/Core/integrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ function bbpm_bbp_profile_edit_preferences_field() {

?>
<div class="bbpm-notify">
<label for="bbpm_notify"></label>

<label for="bbpm_notify">
<input type="checkbox" name="bbpm_notify" id="bbpm_notify" <?php checked(get_user_meta($user_id, 'bbpm_mute_notifications', true), false); ?> />
<span style="vertical-align:top"><?php _e('Allow email notifications of new messages', 'bbp-messages'); ?></span>
Expand Down