Make WordPress Core

Changeset 30726


Ignore:
Timestamp:
12/03/2014 11:46:30 AM (11 years ago)
Author:
DrewAPicture
Message:

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

Props TobiasBg.
Fixes #30473.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r30721 r30726  
    11741174 *
    11751175 * This function normalizes HTML entities. It will convert `AT&T` to the correct
    1176  * `AT&T, : to :, &#XYZZY; to &#XYZZY;` and so on.
     1176 * `AT&T`, `:` to `:`, `&#XYZZY;` to `&#XYZZY;` and so on.
    11771177 *
    11781178 * @since 1.0.0
Note: See TracChangeset for help on using the changeset viewer.