Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/26/2009 05:31:43 PM (15 years ago)
Author:
apeatling
Message:

Merging 1.1 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r2032 r2055  
    16501650    function bp_get_new_group_description() {
    16511651        global $bp;
    1652         return apply_filters( 'bp_get_new_group_description', $bp->groups->current_group->name );
     1652        return apply_filters( 'bp_get_new_group_description', $bp->groups->current_group->description );
    16531653    }
    16541654
     
    16581658    function bp_get_new_group_news() {
    16591659        global $bp;
    1660         return apply_filters( 'bp_get_new_group_news', $bp->groups->current_group->name );
     1660        return apply_filters( 'bp_get_new_group_news', $bp->groups->current_group->news );
    16611661    }
    16621662
Note: See TracChangeset for help on using the changeset viewer.