Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/18/2012 02:34:32 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Theme Compatibility:

  • Update lead-topic footer text to match header text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-theme-compat/bbpress/content-single-topic-lead.php

    r3906 r3972  
    9292        <div class="bbp-topic-content">
    9393
    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           
    10496        </div><!-- .bbp-topic-content -->
    10597
Note: See TracChangeset for help on using the changeset viewer.