Changeset 870
- Timestamp:
- 01/19/2009 05:08:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/member-themes/buddypress-member/activity/just-me.php
r581 r870 22 22 23 23 <?php if ( function_exists('bp_activity_get_list') ) : ?> 24 <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), __( "You haven't done anything yet.", 'buddypress') ) ?>24 <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), bp_word_or_name( __( "You haven't done anything yet.", 'buddypress' ), __( "%s hasn't done anything yet.", 'buddypress' ), true, false ) ) ?> 25 25 <?php endif; ?> 26 26
Note: See TracChangeset
for help on using the changeset viewer.