equal
deleted
inserted
replaced
6 * @subpackage Feed |
6 * @subpackage Feed |
7 * @since 4.7.0 |
7 * @since 4.7.0 |
8 */ |
8 */ |
9 |
9 |
10 /** |
10 /** |
11 * Core class used to implement SimpliePie feed sanitization. |
11 * Core class used to implement SimplePie feed sanitization. |
12 * |
12 * |
13 * Extends the SimplePie_Sanitize class to use KSES, because |
13 * Extends the SimplePie_Sanitize class to use KSES, because |
14 * we cannot universally count on DOMDocument being available. |
14 * we cannot universally count on DOMDocument being available. |
15 * |
15 * |
16 * @since 3.5.0 |
16 * @since 3.5.0 |