Changeset 2695 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 02/12/2010 12:31:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r2626 r2695 1 <?php if ( bp_has_ topic_posts() ) : ?>1 <?php if ( bp_has_forum_topic_posts() ) : ?> 2 2 3 3 <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form"> … … 25 25 26 26 <ul id="topic-post-list" class="item-list"> 27 <?php while ( bp_ topic_posts() ) : bp_the_topic_post(); ?>27 <?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?> 28 28 29 29 <li id="post-<?php bp_the_topic_post_id() ?>">
Note: See TracChangeset
for help on using the changeset viewer.