Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

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

    r4803 r4961  
    5252                    <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
    5353                    <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea>
    54                    
     54
    5555                    <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>
    5656                    <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list() ?>" />
Note: See TracChangeset for help on using the changeset viewer.