Skip to:
Content

BuddyPress.org

Changeset 2377


Ignore:
Timestamp:
01/20/2010 10:08:04 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1548 props hempsworth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-templatetags.php

    r2375 r2377  
    896896
    897897        /* Never show for the first post in a topic. */
    898         if ( 0 == $topic_template->current_post )
     898        if ( 0 == $topic_template->current_post && $topic_template->pag_page == 1 )
    899899            return;
    900900
Note: See TracChangeset for help on using the changeset viewer.