Docs: Correct `@global` tag in `wp_kses_xml_named_entities()`.
This updates the variable name in the DocBlock to the correct one. Follow-up to [48072], [52229]. Props david.binda. Fixes #54899. Built from https://develop.svn.wordpress.org/trunk@52639 git-svn-id: http://core.svn.wordpress.org/trunk@52228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fe7d62fe13
commit
6329aacac8
|
@ -1925,7 +1925,7 @@ function wp_kses_named_entities( $matches ) {
|
||||||
* @since 5.5.0
|
* @since 5.5.0
|
||||||
*
|
*
|
||||||
* @global array $allowedentitynames
|
* @global array $allowedentitynames
|
||||||
* @global array $allowedxmlnamedentities
|
* @global array $allowedxmlentitynames
|
||||||
*
|
*
|
||||||
* @param array $matches preg_replace_callback() matches array.
|
* @param array $matches preg_replace_callback() matches array.
|
||||||
* @return string Correctly encoded entity.
|
* @return string Correctly encoded entity.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-alpha-52637';
|
$wp_version = '6.0-alpha-52639';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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