Ticket #7822: 7822.empty.patch
| File 7822.empty.patch, 1.7 KB (added by , 8 years ago) |
|---|
-
src/bp-activity/bp-activity-notifications.php
10 10 // Exit if accessed directly. 11 11 defined( 'ABSPATH' ) || exit; 12 12 13 add_action( 'bp_notification_settings', '__return_empty_string' ); 14 13 15 /** 14 16 * Format notifications related to activity. 15 17 * -
src/bp-friends/bp-friends-notifications.php
13 13 // Exit if accessed directly. 14 14 defined( 'ABSPATH' ) || exit; 15 15 16 add_action( 'bp_notification_settings', '__return_empty_string' ); 17 16 18 /** 17 19 * Notification formatting callback for bp-friends notifications. 18 20 * -
src/bp-groups/bp-groups-notifications.php
15 15 16 16 /** Emails ********************************************************************/ 17 17 18 add_action( 'bp_notification_settings', '__return_empty_string' ); 19 18 20 /** 19 21 * Notify all group members when a group is updated. 20 22 * -
src/bp-messages/bp-messages-notifications.php
10 10 // Exit if accessed directly. 11 11 defined( 'ABSPATH' ) || exit; 12 12 13 add_action( 'bp_notification_settings', '__return_empty_string' ); 14 13 15 /** 14 16 * Format notifications for the Messages component. 15 17 *