Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/24/2011 08:32:32 PM (15 years ago)
Author:
djpaul
Message:

Tweaked @messaging explanation on member profile header to also show in element's title attrib, for benefit of users with javascript disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/member-header.php

    r3810 r4285  
    2424        <h2 class="fn">
    2525                <a href="<?php bp_displayed_user_link(); ?>"><?php bp_displayed_user_fullname(); ?></a>
    26                 <span class="highlight">@<?php bp_displayed_user_username(); ?> <span>?</span></span>
     26                <span class="highlight">@<?php bp_displayed_user_username(); ?> <span title="<?php printf( __( '%1$s is a unique identifier for %2$s that you can type into any message on this site. %2$s will be sent a notification and a link to your message any time you use it.', 'buddypress' ), '@' . bp_get_displayed_user_username(), bp_get_user_firstname( bp_get_displayed_user_fullname() ) ); ?>">?</span></span>
    2727        </h2>
    2828        <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.