Changeset 52693
- Timestamp:
- 02/08/2022 04:23:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r52639 r52693 1141 1141 * 1142 1142 * If some are allowed it calls `wp_kses_hair()` to split them further, and then 1143 * it builds up new HTML code from the data that ` kses_hair()` returns. It also1143 * it builds up new HTML code from the data that `wp_kses_hair()` returns. It also 1144 1144 * removes `<` and `>` characters, if there are any left. One more thing it does 1145 1145 * is to check if the tag has a closing XHTML slash, and if it does, it puts one
Note: See TracChangeset
for help on using the changeset viewer.