Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/15/2010 07:04:18 AM (16 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-messages/bp-messages-notifications.php

    r2697 r2717  
    1212        $ud = get_userdata( $recipient->user_id );
    1313        $message_link = bp_core_get_user_domain( $recipient->user_id ) . BP_MESSAGES_SLUG .'/';
    14         $settings_link = bp_core_get_user_domain( $recipient->user_id ) . 'settings/notifications/';
     14        $settings_link = bp_core_get_user_domain( $recipient->user_id ) .  BP_SETTINGS_SLUG . '/notifications/';
    1515
    1616        // Set up and send the message
Note: See TracChangeset for help on using the changeset viewer.