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