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:
parent
65a442fbcd
commit
5341f9b212
|
@ -923,7 +923,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Closes elements that have implied end tags, thoroughly.
|
* Closes elements that have implied end tags, thoroughly.
|
||||||
*
|
*
|
||||||
* See the HTML specification for an explanation why this is
|
* See the HTML specification for an explanation why this is
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue