Changeset 5950
- Timestamp:
- 10/28/2015 03:09:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-loader.php
r5829 r5950 16 16 * Listens to the 'template_include' filter and waits for any bbPress specific 17 17 * template condition to be met. If one is met and the template file exists, 18 * it will be used; otherwise 18 * it will be used; otherwise 19 19 * 20 20 * Note that the _edit() checks are ahead of their counterparts, to prevent them … … 509 509 * Get the templates to use as the endpoint for bbPress template parts 510 510 * 511 * @since bbPress (r3311) 511 * @since 2.0.0 bbPress (r3311) 512 * @since 2.6.0 bbPress (r5950) Added `singular.php` to template stack 512 513 * 513 514 * @uses apply_filters() … … 525 526 'page.php', 526 527 'single.php', 528 'singular.php', 527 529 'index.php' 528 530 );
Note: See TracChangeset
for help on using the changeset viewer.