Changeset 1330
- Timestamp:
- 04/14/2009 08:57:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/comments.php
r1322 r1330 65 65 <?php endif; ?> 66 66 </div> 67 <?php if ( $user_ID ) : ?> 68 </div> 69 <?php endif; ?> 70 67 71 68 72 <div id="compose-reply"> … … 101 105 <?php do_action('comment_form', $post->ID); ?> 102 106 103 <?php if ( $user_ID ) : ?>104 </div>105 <?php endif; ?>106 107 107 </form> 108 108 <?php endif; // If registration required and not logged in ?>
Note: See TracChangeset
for help on using the changeset viewer.