Ticket #2925: 2925.patch
File 2925.patch, 539 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/kses.php
1237 1237 * @since 1.0.0 1238 1238 * 1239 1239 * @param string $string 1240 * @param array $options Set 'slash_zero' => 'keep' when '\ 0' is allowed. Default is 'remove'.1240 * @param array $options Set 'slash_zero' => 'keep' when '\\\\0' is allowed. Default is 'remove'. 1241 1241 * @return string 1242 1242 */ 1243 1243 function wp_kses_no_null( $string, $options = null ) {