diff options
Diffstat (limited to 'src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php')
-rw-r--r-- | src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php b/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php index 590cf967cf..999892758b 100644 --- a/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php +++ b/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php @@ -92,6 +92,8 @@ final class WP_Interactivity_API_Directives_Processor extends WP_HTML_Tag_Proces * It positions the cursor in the closer tag of the balanced template tag, * if it exists. * + * @since 6.5.0 + * * @access private * * @param string $new_content The string to append after the closing template tag. |