Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/15/2010 07:04:18 AM (17 years ago)
Author:
johnjamesjacoby
Message:

Replace hard coded 'settings' in URI's with BP_SETTINGS_SLUG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-notifications.php

    r2697 r2717  
    1313
    1414        $all_requests_link = bp_core_get_user_domain( $friend_id ) . BP_FRIENDS_SLUG . '/requests/';
    15         $settings_link = bp_core_get_user_domain( $friend_id ) . 'settings/notifications';
     15        $settings_link = bp_core_get_user_domain( $friend_id ) .  BP_SETTINGS_SLUG . '/notifications';
    1616
    1717        $initiator_link = bp_core_get_user_domain( $initiator_id );
     
    5454
    5555        $friend_link = bp_core_get_user_domain( $friend_id );
    56         $settings_link = bp_core_get_user_domain( $initiator_id ) . 'settings/notifications';
     56        $settings_link = bp_core_get_user_domain( $initiator_id ) .  BP_SETTINGS_SLUG . '/notifications';
    5757
    5858        // Set up and send the message
Note: See TracChangeset for help on using the changeset viewer.