Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/27/2010 07:57:08 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2457 props francescolaffi

File:
1 edited

Legend:

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

    r2994 r3094  
    2121            <a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a>
    2222
    23             <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
    24                 <div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
    25             <?php endif; ?>
     23            <div class="admin-links">
     24                <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
     25                    <?php bp_the_topic_admin_links() ?>
     26                <?php endif; ?>
     27
     28                <?php do_action( 'bp_group_forum_topic_meta' ); ?>
     29            </div>
    2630        </div>
    2731
     
    4751                            <?php bp_the_topic_post_admin_links() ?>
    4852                        <?php endif; ?>
     53
     54                        <?php do_action( 'bp_group_forum_post_meta' ); ?>
     55
    4956                        <a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>
    5057                    </div>
Note: See TracChangeset for help on using the changeset viewer.