Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/20/2011 12:09:57 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Add missing textdomain in topics widget. Fixes #1661. Props Mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-widgets.php

    r3570 r3619  
    565565
    566566                        <li>
    567                             <a class="bbp-forum-title" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a><?php if ( $show_date == 'on' ) _e( ', ' . bbp_get_topic_last_active_time() . ' ago' ); ?>
     567                            <a class="bbp-forum-title" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a><?php if ( $show_date == 'on' ) printf( __( ', %s ago', 'bbpress' ), bbp_get_topic_last_active_time() ); ?>
    568568                        </li>
    569569
Note: See TracChangeset for help on using the changeset viewer.