Ticket #43134: 43134.diff
File 43134.diff, 715 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/formatting.php
3995 3995 * @param string|array $search The value being searched for, otherwise known as the needle. 3996 3996 * An array may be used to designate multiple needles. 3997 3997 * @param string $subject The string being searched and replaced on, otherwise known as the haystack. 3998 * @return string The string with the replaced svalues.3998 * @return string The string with the replaced values. 3999 3999 */ 4000 4000 function _deep_replace( $search, $subject ) { 4001 4001 $subject = (string) $subject;