Skip to:
Content

bbPress.org

Changeset 5291


Ignore:
Timestamp:
02/20/2014 12:51:34 AM (11 years ago)
Author:
netweb
Message:

Fix incorrect bbbpress text domain used bbp_get_topic_pagination_count. Props netweb. Fixes #2549.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/template.php

    r5245 r5291  
    23392339            // Adjust for topic
    23402340            $threads--;
    2341             $retstr  = sprintf( _n( 'Viewing %1$s reply thread', 'Viewing %1$s reply threads', $threads, 'bbbpress' ), bbp_number_format( $threads ) );
     2341            $retstr  = sprintf( _n( 'Viewing %1$s reply thread', 'Viewing %1$s reply threads', $threads, 'bbpress' ), bbp_number_format( $threads ) );
    23422342
    23432343        // We are not including the lead topic
Note: See TracChangeset for help on using the changeset viewer.