Make WordPress Core


Ignore:
Timestamp:
10/16/2025 08:28:36 AM (3 months ago)
Author:
swissspidy
Message:

Docs: fix typo in wp_should_output_buffer_template_for_enhancement docblock.

Follow-up to [60936].
See #43258.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/template.php

    r60936 r60944  
    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 *
Note: See TracChangeset for help on using the changeset viewer.