Changeset 13867
- Timestamp:
- 05/17/2024 05:08:14 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template-loader.php
r13846 r13867 111 111 $template_path = bp_locate_template( $template ); 112 112 if ( $template_path ) { 113 $template_string = file_get_contents( $template_path ); 113 ob_start(); 114 load_template( $template_path, false ); 115 116 $template_string = ob_get_clean(); 114 117 } 115 118
Note: See TracChangeset
for help on using the changeset viewer.