From f7fbd0c25f6824f7259dbca47b38c6569901baf5 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 8 Aug 2023 22:59:52 +0000 Subject: [PATCH] HTML API: Fix missing * for docblock. Follow up to [56363]. Props dmsnell. See #58918. Fixes #59010. git-svn-id: https://develop.svn.wordpress.org/trunk@56376 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/html-api/class-wp-html-processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/html-api/class-wp-html-processor.php b/src/wp-includes/html-api/class-wp-html-processor.php index 0e361cca27..7a8eb34596 100644 --- a/src/wp-includes/html-api/class-wp-html-processor.php +++ b/src/wp-includes/html-api/class-wp-html-processor.php @@ -923,7 +923,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor { } } - /* + /** * Closes elements that have implied end tags, thoroughly. * * See the HTML specification for an explanation why this is