Skip to:
Content

BuddyPress.org

Ticket #1225: patch.diff

File patch.diff, 842 bytes (added by petronic, 16 years ago)
  • bp-groups/bp-groups-templatetags.php

     
    16491649}
    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
    16551655function bp_new_group_news() {
     
    16571657}
    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
    16631663function bp_new_group_enable_wire() {