Skip to:
Content

BuddyPress.org

Ticket #1548: 1548.patch.diff

File 1548.patch.diff, 484 bytes (added by hempsworth, 15 years ago)
  • bp-forums/bp-forums-templatetags.php

     
    886886                global $topic_template;
    887887
    888888                /* Never show for the first post in a topic. */
    889                 if ( 0 == $topic_template->current_post )
     889                if ( 0 == $topic_template->current_post && $topic_template->pag_page == 1 )
    890890                        return;
    891891
    892892                $defaults = array(