Ticket #2129: 2129.diff
File 2129.diff, 731 bytes (added by , 15 years ago) |
---|
-
bp-themes/bp-default/groups/single/forum/topic.php
26 26 <ul id="topic-post-list" class="item-list"> 27 27 <?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?> 28 28 29 <li id="post-<?php bp_the_topic_post_id() ?>" >29 <li id="post-<?php bp_the_topic_post_id() ?>" <?php do_action( 'groups_forum_topic_post_class' ) ?>> 30 30 <div class="poster-meta"> 31 31 <a href="<?php bp_the_topic_post_poster_link() ?>"> 32 32 <?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ) ?>