Ticket #1225: patch.diff
File patch.diff, 842 bytes (added by , 16 years ago) |
---|
-
bp-groups/bp-groups-templatetags.php
1649 1649 } 1650 1650 function bp_get_new_group_description() { 1651 1651 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 ); 1653 1653 } 1654 1654 1655 1655 function bp_new_group_news() { … … 1657 1657 } 1658 1658 function bp_get_new_group_news() { 1659 1659 global $bp; 1660 return apply_filters( 'bp_get_new_group_news', $bp->groups->current_group->n ame);1660 return apply_filters( 'bp_get_new_group_news', $bp->groups->current_group->news ); 1661 1661 } 1662 1662 1663 1663 function bp_new_group_enable_wire() {