Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2010 06:13:58 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2291 props DJPaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2919 r2941  
    275275        $total = bp_core_number_format( $activities_template->total_activity_count );
    276276
    277         return sprintf( __( 'Viewing item %s to %s (of %s items)', 'buddypress' ), $from_num, $to_num, $total ) . ' &nbsp; <span class="ajax-loader"></span>';
     277        return sprintf( __( 'Viewing item %1$d to %2$d (of %3$d items)', 'buddypress' ), $from_num, $to_num, $total ) . ' &nbsp; <span class="ajax-loader"></span>';
    278278    }
    279279
Note: See TracChangeset for help on using the changeset viewer.