Skip to:
Content

BuddyPress.org

Changeset 1330


Ignore:
Timestamp:
04/14/2009 08:57:44 AM (16 years ago)
Author:
apeatling
Message:

Fixes #659 props jjj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-home/comments.php

    r1322 r1330  
    6565<?php endif; ?>
    6666</div>
     67    <?php if ( $user_ID ) : ?>
     68    </div>
     69    <?php endif; ?>
     70
    6771
    6872<div id="compose-reply">
     
    101105    <?php do_action('comment_form', $post->ID); ?>
    102106
    103     <?php if ( $user_ID ) : ?>
    104     </div>
    105     <?php endif; ?>
    106 
    107107</form>
    108108<?php endif; // If registration required and not logged in ?>
Note: See TracChangeset for help on using the changeset viewer.