Only backtick-escape individual HTML entities in the DocBlock for `wp_kses_normalize_entities()`.

Props TobiasBg.
Fixes #30473.


git-svn-id: https://develop.svn.wordpress.org/trunk@30726 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-12-03 11:46:30 +00:00
parent d167ce0070
commit 480f817a7e
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ function wp_kses_bad_protocol_once2( $string, $allowed_protocols ) {
* Converts and fixes HTML entities.
*
* This function normalizes HTML entities. It will convert `AT&T` to the correct
* `AT&T, : to :, &#XYZZY; to &#XYZZY;` and so on.
* `AT&T`, `:` to `:`, `&#XYZZY;` to `&#XYZZY;` and so on.
*
* @since 1.0.0
*