HTML API: Fix missing * for docblock.

Follow up to [56363].

Props dmsnell.
See #58918. Fixes #59010.

Built from https://develop.svn.wordpress.org/trunk@56376


git-svn-id: http://core.svn.wordpress.org/trunk@55888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2023-08-08 23:01:26 +00:00
parent 65a442fbcd
commit 5341f9b212
2 changed files with 2 additions and 2 deletions

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56370';
$wp_version = '6.4-alpha-56376';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.