- Timestamp:
- 01/24/2010 09:55:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/member-header.php
r2353 r2432 18 18 19 19 <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_public_message_link' ) ) : ?> 20 <div class="generic-button" id=" send-public-message">21 <a href="<?php bp_send_public_message_link() ?>" title="<?php _e( ' Send a public message to this user', 'buddypress' ) ?>"><?php _e( 'Send Public Message', 'buddypress' ) ?></a>20 <div class="generic-button" id="post-mention"> 21 <a href="<?php bp_send_public_message_link() ?>" title="<?php _e( 'Mention this user in a new public message, this will send the user a notification to get their attention.', 'buddypress' ) ?>"><?php _e( 'Mention this User', 'buddypress' ) ?></a> 22 22 </div> 23 23 <?php endif; ?> … … 25 25 <?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_private_message_link' ) ) : ?> 26 26 <div class="generic-button" id="send-private-message"> 27 <a href="<?php bp_send_private_message_link() ?>" title="<?php _e( 'Send a private message to this user ', 'buddypress' ) ?>"><?php _e( 'Send Private Message', 'buddypress' ) ?></a>27 <a href="<?php bp_send_private_message_link() ?>" title="<?php _e( 'Send a private message to this user.', 'buddypress' ) ?>"><?php _e( 'Send Private Message', 'buddypress' ) ?></a> 28 28 </div> 29 29 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.