Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/17/2011 06:17:19 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Tweak the member header styling - Switch default button text on public and private messages and remove overly verbose mention descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/post-form.php

    r4632 r4669  
    1313
    1414    <?php do_action( 'bp_before_activity_post_form' ); ?>
    15 
    16     <?php if ( isset( $_GET['r'] ) ) : ?>
    17         <div id="message" class="info">
    18             <p><?php printf( __( 'You are mentioning %s in a new update, this user will be sent a notification of your message.', 'buddypress' ), bp_get_mentioned_user_display_name( $_GET['r'] ) ); ?></p>
    19         </div>
    20     <?php endif; ?>
    2115
    2216    <div id="whats-new-avatar">
Note: See TracChangeset for help on using the changeset viewer.