Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2010 12:12:04 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1811

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-adminbar.php

    r2591 r2621  
    198198
    199199            echo '<li>';
    200             echo bp_core_fetch_avatar( array( 'item_id' => $author->user_id, 'email' => $author->user_email, 'width' => 25, 'height' => 25 ) ) ;
    201             echo '<a href="' . bp_core_get_user_domain( $author->user_id, $author->user_nicename, $author->user_login ) . '">' . $author->display_name . '</a>';
    202             echo '</a>';
     200            echo '<a href="' . bp_core_get_user_domain( $author->user_id, $author->user_nicename, $author->user_login ) . '">';
     201            echo bp_core_fetch_avatar( array( 'item_id' => $author->user_id, 'email' => $author->user_email, 'width' => 15, 'height' => 15 ) ) ;
     202            echo ' ' . $author->display_name . '</a>';
    203203            echo '<div class="admin-bar-clear"></div>';
    204204            echo '</li>';
Note: See TracChangeset for help on using the changeset viewer.