Skip to:
Content

BuddyPress.org

Changeset 2970


Ignore:
Timestamp:
04/28/2010 10:58:53 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Remove rogue span close tag and normalize forum topic/post edit template file

File:
1 edited

Legend:

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

    r2714 r2970  
     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.