Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47698


Ignore:
Timestamp:
07/14/2019 01:32:10 PM (6 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47698 – Description

    initial v1  
    55Let's talk through them:
    66
    7 == **`array_merge_recursive()`**
     7== **`array_replace_recursive()`**
    88
    9 The [https://www.php.net/manual/en/function.array-replace-recursive.php `array_merge_recursive()`] function was introduced in PHP 5.3.0.
     9The [https://www.php.net/manual/en/function.array-replace-recursive.php `array_replace_recursive()`] function was introduced in PHP 5.3.0.
    1010
    1111The function has had no significant changes since then which would need to be accounted for.