Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/28/2010 06:01:42 PM (15 years ago)
Author:
apeatling
Message:

Merged activity delete functions for better usability. Fixed some issues with the group extension API and plugin compatibility in 1.2

File:
1 edited

Legend:

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

    r2441 r2471  
    1616
    1717    <h5>
    18         <?php if ( bp_is_group_home() ) : ?>
     18        <?php if ( bp_is_group() ) : ?>
    1919            <?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_dtheme_firstname() ) ?>
    2020        <?php else : ?>
     
    3434            </div>
    3535
    36             <?php if ( !bp_is_my_profile() && !bp_is_group_home() ) : ?>
     36            <?php if ( !bp_is_my_profile() && !bp_is_group() ) : ?>
    3737                <div id="whats-new-post-in-box">
    3838                    <?php _e( 'Post in', 'buddypress' ) ?>:
Note: See TracChangeset for help on using the changeset viewer.