Skip to:
Content

BuddyPress.org

Changeset 2971


Ignore:
Timestamp:
04/28/2010 11:04:25 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Normalize single group forum topic template file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/groups/single/forum/topic.php

    r2695 r2971  
     1<?php do_action( 'bp_before_group_forum_topic' ) ?>
     2
    13<?php if ( bp_has_forum_topic_posts() ) : ?>
    24
     
    2426                </div>
    2527
     28                <?php do_action( 'bp_before_group_forum_topic_posts' ) ?>
     29
    2630                <ul id="topic-post-list" class="item-list">
    2731                        <?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?>
     
    4852
    4953                        <?php endwhile; ?>
    50                 </ul>
     54                </ul><!-- #topic-post-list -->
     55
     56                <?php do_action( 'bp_after_group_forum_topic_posts' ) ?>
    5157
    5258                <div class="pagination no-ajax">
     
    102108                <?php endif; ?>
    103109
    104         </form>
     110        </form><!-- #forum-topic-form -->
    105111<?php else: ?>
    106112
     
    110116
    111117<?php endif;?>
     118
     119<?php do_action( 'bp_after_group_forum_topic' ) ?>
Note: See TracChangeset for help on using the changeset viewer.