Ticket #1548: 1548.patch.diff
File 1548.patch.diff, 484 bytes (added by , 15 years ago) |
---|
-
bp-forums/bp-forums-templatetags.php
886 886 global $topic_template; 887 887 888 888 /* 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 ) 890 890 return; 891 891 892 892 $defaults = array(