[buddypress-trac] [BuddyPress] #2409: bp_user_link & bp_displayed_user_link returns bp_get_loggedin_user_link
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue May 25 19:56:51 UTC 2010
#2409: bp_user_link & bp_displayed_user_link returns bp_get_loggedin_user_link
--------------------+-------------------------------------------------------
Reporter: nuprn1 | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.3
Component: Core | Keywords:
--------------------+-------------------------------------------------------
Comment(by nuprn1):
i see the diff now in member-header.php with 1.2.3 but it seems the avatar
is still wrapped
{{{
<div id="item-header-avatar">
<a href="<?php bp_user_link() ?>">
<?php bp_displayed_user_avatar( 'type=full' ) ?>
</a>
</div><!-- #item-header-avatar -->
}}}
vs
{{{
<a href="<?php bp_displayed_user_link() ?>"><?php
bp_displayed_user_fullname() ?></a>
}}}
--
Ticket URL: <http://trac.buddypress.org/ticket/2409#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list