Changeset 6342 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 09/18/2012 06:03:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r6093 r6342 48 48 49 49 bp_core_redirect( trailingslashit( bp_loggedin_user_domain() . bp_current_component() . '/' . bp_current_action() ) ); 50 50 51 51 } elseif ( bp_is_action_variable( 'cancel', 0 ) && is_numeric( bp_action_variable( 1 ) ) ) { 52 52 // Check the nonce … … 109 109 } 110 110 add_action( 'bp_notification_settings', 'friends_screen_notification_settings' ); 111 112 ?>
Note: See TracChangeset
for help on using the changeset viewer.