Changeset 3842 for branches/plugin/bbp-includes/bbp-forum-template.php
- Timestamp:
- 04/15/2012 03:42:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-template.php
r3840 r3842 1846 1846 // Category 1847 1847 if ( bbp_is_forum_category( $forum_id ) ) { 1848 $retstr = sprintf( __( 'This category contains %1$s and %2$s, and was last updated by %3$s %4$s ago.', 'bbpress' ), $topic_count, $reply_count, $last_updated_by, $time_since );1848 $retstr = sprintf( __( 'This category contains %1$s and %2$s, and was last updated by %3$s %4$s.', 'bbpress' ), $topic_count, $reply_count, $last_updated_by, $time_since ); 1849 1849 1850 1850 // Forum 1851 1851 } else { 1852 $retstr = sprintf( __( 'This forum contains %1$s and %2$s, and was last updated by %3$s %4$s ago.', 'bbpress' ), $topic_count, $reply_count, $last_updated_by, $time_since );1852 $retstr = sprintf( __( 'This forum contains %1$s and %2$s, and was last updated by %3$s %4$s.', 'bbpress' ), $topic_count, $reply_count, $last_updated_by, $time_since ); 1853 1853 } 1854 1854
Note: See TracChangeset
for help on using the changeset viewer.