Changeset 7565
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-loader.php
r7454 r7565 101 101 ); 102 102 103 // Add Notifications nav item 103 // Add Email nav item. Formerly called 'Notifications', we 104 // retain the old slug and function names for backward compat 104 105 $sub_nav[] = array( 105 'name' => __( ' Notifications', 'buddypress' ),106 'name' => __( 'Email', 'buddypress' ), 106 107 'slug' => 'notifications', 107 108 'parent_url' => $settings_link, -
trunk/bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php
r7202 r7565 2 2 3 3 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form"> 4 <p><?php _e( 'Send a notification by emailwhen:', 'buddypress' ); ?></p>4 <p><?php _e( 'Send an email notice when:', 'buddypress' ); ?></p> 5 5 6 6 <?php do_action( 'bp_notification_settings' ); ?> -
trunk/bp-themes/bp-default/members/single/settings/notifications.php
r6146 r7565 52 52 53 53 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form"> 54 <p><?php _e( 'Send a notification by emailwhen:', 'buddypress' ); ?></p>54 <p><?php _e( 'Send an email notice when:', 'buddypress' ); ?></p> 55 55 56 56 <?php do_action( 'bp_notification_settings' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.