wp/wp-includes/class-wp-simplepie-sanitize-kses.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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 	 *