Changeset 60944 for trunk/src/wp-includes/template.php
- Timestamp:
- 10/16/2025 08:28:36 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r60936 r60944 829 829 * 830 830 * By default, an output buffer is only started if a {@see 'wp_template_enhancement_output_buffer'} filter has been 831 * added b ethe time a template is included at the {@see 'wp_before_include_template'} action. This allows template831 * added by the time a template is included at the {@see 'wp_before_include_template'} action. This allows template 832 832 * responses to be streamed as much as possible when no template enhancements are registered to apply. 833 833 *
Note: See TracChangeset
for help on using the changeset viewer.