Make WordPress Core

Ticket #43134: 43134.diff

File 43134.diff, 715 bytes (added by ixkaito, 7 years ago)
  • src/wp-includes/formatting.php

     
    39953995 * @param string|array $search  The value being searched for, otherwise known as the needle.
    39963996 *                              An array may be used to designate multiple needles.
    39973997 * @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.
    39993999 */
    40004000function _deep_replace( $search, $subject ) {
    40014001        $subject = (string) $subject;