Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2010 03:56:45 PM (15 years ago)
Author:
apeatling
Message:

JS fixes for extensibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r2476 r2477  
    210210    var bp_terms_show_all = '<?php _e( "Show all", "buddypress" ) ?>';
    211211    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()) ); ?>';
    213214    </script>
    214215<?php
Note: See TracChangeset for help on using the changeset viewer.