Ticket #12836: 12836.diff
File 12836.diff, 393 bytes (added by , 15 years ago) |
---|
-
wp-includes/formatting.php
2184 2184 */ 2185 2185 function _deep_replace($search, $subject){ 2186 2186 $found = true; 2187 $subject = (string) $subject; 2187 2188 while($found) { 2188 2189 $found = false; 2189 2190 foreach( (array) $search as $val ) {