Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

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

    r5349 r5737  
    5151                <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea>
    5252
    53                 <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>
    54                 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list() ?>" />
     53                <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
     54                <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" />
    5555
    5656                <?php do_action( 'bp_group_after_edit_forum_topic' ); ?>
     
    7070                <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea>
    7171
    72                 <?php do_action( 'bp_group_after_edit_forum_post' ) ?>
     72                <?php do_action( 'bp_group_after_edit_forum_post' ); ?>
    7373
    7474                <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ); ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.