Changeset 2476 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 01/29/2010 02:56:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2373 r2476 210 210 var bp_terms_show_all = '<?php _e( "Show all", "buddypress" ) ?>'; 211 211 var bp_terms_comments = '<?php _e( "comments", "buddypress" ) ?>'; 212 var bp_mention_explain = '<?php printf( __( "%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_dtheme_firstname(bp_get_displayed_user_fullname()), bp_dtheme_firstname(bp_get_displayed_user_fullname()) ); ?>'; 212 213 </script> 213 214 <?php
Note: See TracChangeset
for help on using the changeset viewer.