Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2010 12:55:52 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Properly reset format strings from r2941. Fixes #2291 again. Props francescolaffi.

File:
1 edited

Legend:

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

    r2941 r2944  
    275275        $total = bp_core_number_format( $activities_template->total_activity_count );
    276276
    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>';
     277        return sprintf( __( 'Viewing item %1$s to %2$s (of %3$s 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.