Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/09/2011 06:34:05 PM (14 years ago)
Author:
boonebgorges
Message:

Correct the notification link for single group membership requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-activity.php

    r4823 r4954  
    107107                $text = sprintf( __( '%s requests group membership', 'buddypress' ), $user_fullname );
    108108                $filter = 'bp_groups_single_new_membership_request_notification';
    109                 $notification_link = $group_link . '?n=1';
     109                $notification_link = $group_link . 'admin/membership-requests/?n=1';
    110110               
    111111                if ( 'string' == $format ) {
Note: See TracChangeset for help on using the changeset viewer.