Making WordPress.org


Ignore:
Timestamp:
09/17/2016 02:28:07 AM (10 years ago)
Author:
netweb
Message:

Forums Theme: Restore topics count column in the forums loop.

This change restores what was previously removed in [2428] which was an attempt to make the sidebar look better with the forum list squeezed into it, we're no longer trying to do that.

Fixes #2053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-forums.php

    r3731 r4085  
    77                <ul class="forum-titles">
    88                        <li class="bbp-forum-info"><?php _e( 'Forum', 'wporg-forums' ); ?></li>
     9                        <li class="bbp-forum-topic-count"><?php _e( 'Topics', 'wporg-forums' ); ?></li>
    910                        <li class="bbp-forum-reply-count"><?php _e( 'Posts', 'wporg-forums' ); ?></li>
    1011                </ul>
Note: See TracChangeset for help on using the changeset viewer.