- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/activity/entry.php
r2753 r3293 56 56 <?php if ( is_user_logged_in() ) : ?> 57 57 <form action="<?php bp_activity_comment_form_action() ?>" method="post" id="ac-form-<?php bp_activity_id() ?>" class="ac-form"<?php bp_activity_comment_form_nojs_display() ?>> 58 <div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width= 25&height=25') ?></div>58 <div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width=' . BP_AVATAR_THUMB_WIDTH . '&height=' . BP_AVATAR_THUMB_HEIGHT ) ?></div> 59 59 <div class="ac-reply-content"> 60 60 <div class="ac-textarea">
Note: See TracChangeset
for help on using the changeset viewer.