Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40838, comment 2


Ignore:
Timestamp:
07/04/2017 06:39:14 PM (8 years ago)
Author:
vagios
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40838, comment 2

    initial v1  
    11In 40838.patch,
    2 * `set_param` function now updates the value of the given key if it exists in any parameter type. It will create a new param in the first parameter type if the key doesn't exist anywhere.
     2* `set_param()` function now updates the value of the given key if it exists in any parameter type. It will create a new param in the first parameter type if the key doesn't exist anywhere.
    33* Add unit tests.
    44* Update function documentation to describe the new behaviour.