Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2009 05:49:55 PM (15 years ago)
Author:
apeatling
Message:

Fixing missing translation, updating group forums so topic posters can edit their post.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/single/forum/topic.php

    r2008 r2012  
    4545                            <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
    4646                           
    47                             <?php if ( bp_group_is_admin() || bp_group_is_mod() ) : ?>
     47                            <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
    4848                                <div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
    4949                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.