Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2010 12:55:52 AM (15 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-blogs/bp-blogs-templatetags.php

    r2899 r2944  
    167167    $total = bp_core_number_format( $blogs_template->total_blog_count );
    168168
    169     echo sprintf( __( 'Viewing blog %s to %s (of %s blogs)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
     169    echo sprintf( __( 'Viewing blog %1$s to %2$s (of %3$s blogs)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
    170170    <span class="ajax-loader"></span><?php
    171171}
Note: See TracChangeset for help on using the changeset viewer.