Changeset 2471 for trunk/bp-themes/bp-default/activity/post-form.php
- Timestamp:
- 01/28/2010 06:01:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/post-form.php
r2441 r2471 16 16 17 17 <h5> 18 <?php if ( bp_is_group _home() ) : ?>18 <?php if ( bp_is_group() ) : ?> 19 19 <?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_dtheme_firstname() ) ?> 20 20 <?php else : ?> … … 34 34 </div> 35 35 36 <?php if ( !bp_is_my_profile() && !bp_is_group _home() ) : ?>36 <?php if ( !bp_is_my_profile() && !bp_is_group() ) : ?> 37 37 <div id="whats-new-post-in-box"> 38 38 <?php _e( 'Post in', 'buddypress' ) ?>:
Note: See TracChangeset
for help on using the changeset viewer.