Ticket #35700: 35700.patch
File 35700.patch, 648 bytes (added by , 9 years ago) |
---|
-
wp-includes/kses.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1587 1587 * 1588 1588 * @since 4.4.2 1589 1589 * 1590 * @param mixed $ valueThe array or string to filter.1591 * @return mixed $valueThe filtered content.1590 * @param mixed $data The array or string to filter. 1591 * @return mixed The filtered content. 1592 1592 */ 1593 1593 function wp_kses_post_deep( $data ) { 1594 1594 return map_deep( $data, 'wp_kses_post' );