Changeset 2696 for trunk/bp-themes/bp-default/activity/post-form.php
- Timestamp:
- 02/12/2010 12:48:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/post-form.php
r2692 r2696 17 17 <h5> 18 18 <?php if ( bp_is_group() ) : ?> 19 <?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_ dtheme_firstname() ) ?>19 <?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() ) ?> 20 20 <?php else : ?> 21 <?php printf( __( "What's new %s?", 'buddypress' ), bp_ dtheme_firstname() ) ?>21 <?php printf( __( "What's new %s?", 'buddypress' ), bp_get_user_firstname() ) ?> 22 22 <?php endif; ?> 23 23 </h5>
Note: See TracChangeset
for help on using the changeset viewer.