Changeset 6917 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 04/18/2013 12:36:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r6589 r6917 62 62 ', 'buddypress' ), $sender_name, $subject, $content, $message_link ); 63 63 64 $email_content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); 64 // Only show the disable notifications line if the settings component is enabled 65 if ( bp_is_active( 'settings' ) ) { 66 $email_content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); 67 } 65 68 66 69 // Send the message
Note: See TracChangeset
for help on using the changeset viewer.