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
This commit is contained in:
Aaron Jorbin 2023-08-08 22:59:52 +00:00
parent 79a36ded52
commit f7fbd0c25f

View File

@ -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