Skip to:
Content

BuddyPress.org

Ticket #3057: 3057.patch

File 3057.patch, 481 bytes (added by SergeyBiryukov, 15 years ago)
  • bp-groups/bp-groups-template.php

     
    12511251}
    12521252
    12531253function bp_group_new_topic_button( $group = false ) {
    1254         echo bp_get_group_new_topic_button();
     1254        echo bp_get_group_new_topic_button( $group );
    12551255}
    12561256        function bp_get_group_new_topic_button( $group = false ) {
    12571257                global $groups_template;