Changeset 3353
- Timestamp:
- 11/05/2010 05:01:11 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-templatetags.php
r3300 r3353 221 221 'wrapper_id' => 'friendship-button-' . $potential_friend_id, 222 222 'link_class' => 'requested', 223 'link_href' => trailingslashit( $bp->loggedin_user->domain . $bp->friends->slug ),223 'link_href' => trailingslashit( $bp->loggedin_user->domain . $bp->friends->slug . '/requests' ), 224 224 'link_text' => __( 'Friendship Requested', 'buddypress' ), 225 225 'link_title' => __( 'Friendship Requested', 'buddypress' ) -
trunk/bp-themes/bp-default/_inc/ajax.php
r3327 r3353 351 351 echo __("Friendship could not be requested.", 'buddypress'); 352 352 } else { 353 echo '<a href="' . $bp->loggedin_user->domain . $bp->friends->slug . ' " class="requested">' . __( 'Friendship Requested', 'buddypress' ) . '</a>';353 echo '<a href="' . $bp->loggedin_user->domain . $bp->friends->slug . '/requests" class="requested">' . __( 'Friendship Requested', 'buddypress' ) . '</a>'; 354 354 } 355 355 } else {
Note: See TracChangeset
for help on using the changeset viewer.