Changeset 7361 for trunk/src/includes/core/template-loader.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/template-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-loader.php
r7357 r7361 93 93 } 94 94 95 // Filter & return 95 /** 96 * Filters the path to the template file that is being used. 97 * 98 * @since 2.0.0 bbPress (r3032) 99 * 100 * @param string $template The path to the template file. 101 */ 96 102 return apply_filters( 'bbp_template_include_theme_supports', $template ); 97 103 }
Note: See TracChangeset
for help on using the changeset viewer.