Changeset 4669 for trunk/bp-themes/bp-default/activity/post-form.php
- Timestamp:
- 07/17/2011 06:17:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/post-form.php
r4632 r4669 13 13 14 14 <?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; ?>21 15 22 16 <div id="whats-new-avatar">
Note: See TracChangeset
for help on using the changeset viewer.