Changeset 30726
- Timestamp:
- 12/03/2014 11:46:30 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r30721 r30726 1174 1174 * 1175 1175 * 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. 1177 1177 * 1178 1178 * @since 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.