- Timestamp:
- 06/18/2012 02:34:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/bbpress/content-single-topic-lead.php
r3906 r3972 92 92 <div class="bbp-topic-content"> 93 93 94 <?php if ( !bbp_show_lead_topic() ) : ?> 95 96 <?php _e( 'Posts', 'bbpress' ); ?> 97 98 <?php else : ?> 99 100 <?php _e( 'Replies', 'bbpress' ); ?> 101 102 <?php endif; ?> 103 94 <?php _e( 'Topic', 'bbpress' ); ?> 95 104 96 </div><!-- .bbp-topic-content --> 105 97
Note: See TracChangeset
for help on using the changeset viewer.