Ticket #2868: 2868.patch
File 2868.patch, 642 bytes (added by , 5 years ago) |
---|
-
src/includes/core/template-loader.php
509 509 * Get the templates to use as the endpoint for bbPress template parts 510 510 * 511 511 * @since bbPress (r3311) 512 * @since 2.6.0 Added singular.php to stack 512 513 * 513 514 * @uses apply_filters() 514 515 * @uses bbp_set_theme_compat_templates() … … 524 525 'generic.php', 525 526 'page.php', 526 527 'single.php', 528 'singular.php', 527 529 'index.php' 528 530 ); 529 531 return bbp_get_query_template( 'bbpress', $templates );