Changeset 3842 for branches/plugin/bbp-admin/bbp-topics.php
- Timestamp:
- 04/15/2012 03:42:34 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-topics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-topics.php
r3824 r3842 769 769 $last_active = bbp_get_topic_last_active_time( $topic_id, false ); 770 770 if ( !empty( $last_active ) ) { 771 printf( __( '%s ago', 'bbpress' ), $last_active );771 echo $last_active; 772 772 } else { 773 773 _e( 'No Replies', 'bbpress' ); // This should never happen
Note: See TracChangeset
for help on using the changeset viewer.