Changeset 13108 for trunk/src/bp-friends/bp-friends-template.php
- Timestamp:
- 09/12/2021 08:43:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-template.php
r13105 r13108 728 728 729 729 // Parse the args. 730 $r = bp_parse_args( $args, array( 731 'before' => '<li class="bp-friends-profile-stats">', 732 'after' => '</li>', 733 'user_id' => bp_displayed_user_id(), 734 'friends' => 0, 735 'output' => '' 736 ), 'friends_get_profile_stats' ); 730 $r = bp_parse_args( 731 $args, 732 array( 733 'before' => '<li class="bp-friends-profile-stats">', 734 'after' => '</li>', 735 'user_id' => bp_displayed_user_id(), 736 'friends' => 0, 737 'output' => '', 738 ), 739 'friends_get_profile_stats' 740 ); 737 741 738 742 // Allow completely overloaded output.
Note: See TracChangeset
for help on using the changeset viewer.