Changeset 3566
- Timestamp:
- 12/22/2010 03:37:46 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r3563 r3566 420 420 function bp_get_activity_user_link() { 421 421 global $activities_template; 422 422 423 423 if ( empty( $activities_template->activity->user_id ) ) 424 424 $link = $activities_template->activity->primary_link; 425 425 else 426 $link = bp_core_get_user_domain( $activities_template->activity->user_id , $activities_template->activity->user_nicename, $activities_template->activity->user_login);426 $link = bp_core_get_user_domain( $activities_template->activity->user_id ); 427 427 428 428 return apply_filters( 'bp_get_activity_user_link', $link ); -
trunk/bp-core.php
r3528 r3566 1443 1443 break; 1444 1444 } 1445 1446 // If $i iterates all the way to $j, then the event happened 0 seconds ago 1447 if ( !isset( $chunks[$i] ) ) 1448 return '0 ' . __( 'seconds', 'buddypress' ); 1445 1449 1446 1450 /* Set output var */
Note: See TracChangeset
for help on using the changeset viewer.