Changeset 7217 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 06/14/2013 01:41:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r7207 r7217 500 500 501 501 'link' => trailingslashit( bp_displayed_user_domain() . bp_get_activity_slug() . '/' . bp_get_friends_slug() ), 502 'description' => sprintf( __( "Activity feed for %s' friends.", 'buddypress' ), bp_get_displayed_user_fullname() ),502 'description' => sprintf( __( "Activity feed for %s's friends.", 'buddypress' ), bp_get_displayed_user_fullname() ), 503 503 'activity_args' => 'scope=friends' 504 504 ) ); … … 609 609 610 610 'link' => bp_displayed_user_domain() . bp_get_activity_slug() . '/favorites/', 611 'description' => sprintf( __( "Activity feed of %s' favorites.", 'buddypress' ), bp_get_displayed_user_fullname() ),611 'description' => sprintf( __( "Activity feed of %s's favorites.", 'buddypress' ), bp_get_displayed_user_fullname() ), 612 612 'activity_args' => 'include=' . $fav_ids 613 613 ) );
Note: See TracChangeset
for help on using the changeset viewer.