Ticket #1994: 1994.diff
File 1994.diff, 732 bytes (added by , 10 years ago) |
---|
-
includes/core/filters.php
167 167 add_filter( 'bbp_get_reply_author_link', 'bbp_suppress_private_author_link', 10, 2 ); 168 168 169 169 // Filter bbPress template locations 170 add_filter( 'bbp_ locate_template','bbp_add_template_locations' );170 add_filter( 'bbp_get_template_part', 'bbp_add_template_locations' ); 171 171 add_filter( 'bbp_get_profile_template', 'bbp_add_template_locations' ); 172 172 add_filter( 'bbp_get_profileedit_template', 'bbp_add_template_locations' ); 173 173 add_filter( 'bbp_get_singleview_template', 'bbp_add_template_locations' );