Make WordPress Core

Ticket #35700: 35700.patch

File 35700.patch, 648 bytes (added by sebastian.pisula, 9 years ago)
  • wp-includes/kses.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    15871587 *
    15881588 * @since 4.4.2
    15891589 *
    1590  * @param mixed $value The array or string to filter.
    1591  * @return mixed $value The filtered content.
     1590 * @param mixed $data The array or string to filter.
     1591 * @return mixed The filtered content.
    15921592 */
    15931593function wp_kses_post_deep( $data ) {
    15941594        return map_deep( $data, 'wp_kses_post' );