Changeset 2477 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 01/29/2010 03:56:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2476 r2477 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 var bp_terms_close = '<?php _e( "Close", "buddypress" ) ?>'; 213 var bp_terms_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()) ); ?>'; 213 214 </script> 214 215 <?php
Note: See TracChangeset
for help on using the changeset viewer.