Changeset 8662 for trunk/src/bp-messages/bp-messages-notifications.php
- Timestamp:
- 07/22/2014 06:13:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-notifications.php
r8655 r8662 90 90 // Only show the disable notifications line if the settings component is enabled 91 91 if ( bp_is_active( 'settings' ) ) { 92 $email_content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );92 $email_content .= sprintf( __( 'To disable these notifications, please log in and go to: %s', 'buddypress' ), $settings_link ); 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.