Changes between Initial Version and Version 1 of Ticket #5144, comment 25
- Timestamp:
- 02/21/2014 10:45:57 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5144, comment 25
initial v1 7 7 return bp_get_button( apply_filters( 'bp_get_group_new_topic_button', $button ) ); 8 8 9 I suggest your patch should be modified accordingly, e.g. line 1890 in groups-template should be amended to:9 I suggest your patch should be modified similarly, e.g. line 1890 in groups-template should be amended to: 10 10 11 11 return bp_get_button( apply_filters( 'bp_get_group_create_button', $button )); 12 12 13 And the same for the blog button of course. 14 13 15 Cheers, Roger