equal
deleted
inserted
replaced
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 |
17 * |
|
18 * @see SimplePie_Sanitize |
|
19 */ |
17 */ |
|
18 #[AllowDynamicProperties] |
20 class WP_SimplePie_Sanitize_KSES extends SimplePie_Sanitize { |
19 class WP_SimplePie_Sanitize_KSES extends SimplePie_Sanitize { |
21 |
20 |
22 /** |
21 /** |
23 * WordPress SimplePie sanitization using KSES. |
22 * WordPress SimplePie sanitization using KSES. |
24 * |
23 * |