Changeset 3277 for branches/plugin/bbp-includes/bbp-forum-template.php
- Timestamp:
- 05/31/2011 12:13:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-forum-template.php
r3262 r3277 1684 1684 // Category 1685 1685 if ( bbp_is_forum_category( $forum_id ) ) 1686 $retstr = sprintf( __( 'This category contains %1$s and %2$s replies.', 'bbpress' ), $topic_count, $reply_count );1686 $retstr = sprintf( __( 'This category contains %1$s and %2$s.', 'bbpress' ), $topic_count, $reply_count ); 1687 1687 1688 1688 // Forum 1689 1689 else 1690 $retstr = sprintf( __( 'This forum contains %1$s and %2$s replies.', 'bbpress' ), $topic_count, $reply_count );1690 $retstr = sprintf( __( 'This forum contains %1$s and %2$s.', 'bbpress' ), $topic_count, $reply_count ); 1691 1691 } 1692 1692
Note: See TracChangeset
for help on using the changeset viewer.