Make WordPress Core

Changeset 42530 for trunk


Ignore:
Timestamp:
01/20/2018 01:31:46 PM (7 years ago)
Author:
swissspidy
Message:

Formatting: Fix typo in inline documentation of _deep_replace().

Props ixkaito.
Fixes #43134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r42429 r42530  
    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 ) {
Note: See TracChangeset for help on using the changeset viewer.