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/topic.php

    r4812 r4961  
    2424        <div id="topic-meta">
    2525            <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
    26            
     26
    2727            <?php if ( bp_forum_topic_has_tags() ) : ?>
    28                
     28
    2929                <div class="topic-tags">
    30                
     30
    3131                    <?php _e( 'Topic tags:', 'buddypress' ) ?> <?php bp_forum_topic_tag_list() ?>
    32                
     32
    3333                </div>
    34                
     34
    3535            <?php endif; ?>
    3636
Note: See TracChangeset for help on using the changeset viewer.