Changeset 13820 for trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/notifications.php
- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/notifications.php
r13443 r13820 10 10 11 11 <h2 class="screen-heading email-settings-screen"> 12 <?php _e( 'Email Notifications', 'buddypress' ); ?>12 <?php esc_html_e( 'Email Notifications', 'buddypress' ); ?> 13 13 </h2> 14 14 15 15 <p class="bp-help-text email-notifications-info"> 16 <?php _e( 'Set your email notification preferences.', 'buddypress' ); ?>16 <?php esc_html_e( 'Set your email notification preferences.', 'buddypress' ); ?> 17 17 </p> 18 18
Note: See TracChangeset
for help on using the changeset viewer.