Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2010 09:22:29 PM (14 years ago)
Author:
djpaul
Message:

Fixed #2676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/edit.php

    r2714 r3300  
     1<?php do_action( 'bp_before_group_forum_edit_form' ) ?>
     2
    13<?php if ( bp_has_forum_topic_posts() ) : ?>
    24
     
    57        <div id="topic-meta">
    68            <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
    7             <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></span>
     9            <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>
    810
    911            <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
     
    5860        <?php endif; ?>
    5961
    60     </form>
     62    </form><!-- #forum-topic-form -->
    6163
    6264<?php else: ?>
     
    6769
    6870<?php endif;?>
     71
     72<?php do_action( 'bp_after_group_forum_edit_form' ) ?>
Note: See TracChangeset for help on using the changeset viewer.