Changeset 3369 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 11/07/2010 12:20:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r3365 r3369 37 37 ); 38 38 39 if ( bp_is_profile_component() && !bp_is_directory() ) 39 global $bp; 40 if ( isset( $bp->displayed_user->id ) ) 40 41 $params['mention_explain'] = sprintf( __( "%s is a unique identifier for %s that you can type into any message on this site. %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() ), bp_get_user_firstname( bp_get_displayed_user_fullname() ) ); 41 42
Note: See TracChangeset
for help on using the changeset viewer.