Changeset 2377
- Timestamp:
- 01/20/2010 10:08:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-templatetags.php
r2375 r2377 896 896 897 897 /* 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 ) 899 899 return; 900 900
Note: See TracChangeset
for help on using the changeset viewer.