Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5144, comment 25


Ignore:
Timestamp:
02/21/2014 10:45:57 AM (11 years ago)
Author:
rogercoathup
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5144, comment 25

    initial v1  
    77        return bp_get_button( apply_filters( 'bp_get_group_new_topic_button', $button ) );
    88
    9 I suggest your patch should be modified accordingly, e.g. line 1890 in groups-template should be amended to:
     9I suggest your patch should be modified similarly, e.g. line 1890 in groups-template should be amended to:
    1010
    1111return bp_get_button( apply_filters( 'bp_get_group_create_button', $button ));
    1212
     13And the same for the blog button of course.
     14
    1315Cheers, Roger