Skip to content

Commit 90fb750

Browse files
committed
Docs: fix typo in wp_should_output_buffer_template_for_enhancement docblock.
Follow-up to [60936]. See #43258. git-svn-id: https://develop.svn.wordpress.org/trunk@60944 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c978e55 commit 90fb750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ function load_template( $_template_file, $load_once = true, $args = array() ) {
828828
* Checks whether the template should be output buffered for enhancement.
829829
*
830830
* By default, an output buffer is only started if a {@see 'wp_template_enhancement_output_buffer'} filter has been
831-
* added be the time a template is included at the {@see 'wp_before_include_template'} action. This allows template
831+
* added by the time a template is included at the {@see 'wp_before_include_template'} action. This allows template
832832
* responses to be streamed as much as possible when no template enhancements are registered to apply.
833833
*
834834
* @since 6.9.0

0 commit comments

Comments
 (0)