- Timestamp:
- 01/25/2011 08:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/settings/notifications.php
r3757 r3917 57 57 <?php do_action( 'bp_notification_settings' ); ?> 58 58 59 <?php do_action( 'bp_ users_notification_settings_before_submit' ); ?>59 <?php do_action( 'bp_members_notification_settings_before_submit' ); ?> 60 60 61 61 <div class="submit"> … … 63 63 </div> 64 64 65 <?php do_action( 'bp_ users_notification_settings_after_submit' ); ?>65 <?php do_action( 'bp_members_notification_settings_after_submit' ); ?> 66 66 67 67 <?php wp_nonce_field('bp_settings_notifications'); ?>
Note: See TracChangeset
for help on using the changeset viewer.