Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/29/2011 10:43:45 PM (15 years ago)
Author:
boonebgorges
Message:

Fixes total found topic count for Started Topics and Replied To tabs on user profiles. Adds template tags to check whether you're looking at Started Topics or Replied To. Fixes class name in members/single/forums.php so that AJAX pagination works correctly. Fixes #3431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/forums.php

    r4452 r5047  
    3737        do_action( 'bp_before_member_forums_content' ); ?>
    3838
    39         <div class="groups mygroups">
     39        <div class="forums myforums">
    4040
    4141                <?php locate_template( array( 'forums/forums-loop.php' ), true ); ?>
Note: See TracChangeset for help on using the changeset viewer.