Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/16/2011 10:50:24 PM (13 years ago)
Author:
djpaul
Message:

Change blog comment CSS to mimic the Activity Stream. Fixes #2988, props modemlooper

File:
1 edited

Legend:

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

    r3624 r3724  
    5555
    5656<?php if ( comments_open() ) : ?>
    57     <div id="respond">
    58 
    59         <div class="comment-avatar-box">
    60             <div class="avb">
    61                 <?php if ( bp_loggedin_user_id() ) : ?>
    62                     <a href="<?php echo bp_loggedin_user_domain() ?>">
    63                         <?php echo get_avatar( bp_loggedin_user_id(), 50 ) ?>
    64                     </a>
    65                 <?php else : ?>
    66                     <?php echo get_avatar( 0, 50 ) ?>
    67                 <?php endif; ?>
    68             </div>
    69         </div>
    70 
    71         <div class="comment-content standard-form">
    72             <?php comment_form() ?>
    73         </div><!-- .comment-content -->
    74 
    75     </div><!-- #respond -->
     57    <?php comment_form() ?>
    7658<?php endif; ?>
    7759
Note: See TracChangeset for help on using the changeset viewer.