Skip to:
Content

BuddyPress.org


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

Fixes #2291 props DJPaul

File:
1 edited

Legend:

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

    r2822 r2941  
    313313    $total = bp_core_number_format( $messages_template->total_thread_count );
    314314
    315     echo sprintf( __( 'Viewing message %s to %s (of %s messages)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
     315    echo sprintf( __( 'Viewing message %1$d to %2$d (of %3$d messages)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
    316316    <span class="ajax-loader"></span><?php
    317317}
Note: See TracChangeset for help on using the changeset viewer.