Changeset 4804 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 07/22/2011 05:02:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4786 r4804 399 399 $total = bp_core_number_format( $activities_template->total_activity_count ); 400 400 401 return sprintf( __( 'Viewing item %1$s to %2$s (of %3$s items)', 'buddypress' ), $from_num, $to_num, $total ) . ' <span class="ajax-loader"></span>';401 return sprintf( __( 'Viewing item %1$s to %2$s (of %3$s items)', 'buddypress' ), $from_num, $to_num, $total ); 402 402 } 403 403
Note: See TracChangeset
for help on using the changeset viewer.