Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #55600, comment 12


Ignore:
Timestamp:
06/26/2024 12:13:20 PM (20 months ago)
Author:
kraftner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55600, comment 12

    v2 v3  
    1717||= object default (multi)   =|| Yes || No (500 Error) ||
    1818||= array default (single)   =|| Yes || Yes ||
    19 ||= array default (multi)    =|| Yes || Yes / No (500 Error)* ||
     19||= array default (multi)    =|| Yes || No (500 Error) ||
    2020||= string default (single)  =|| Yes || No  ||
    2121||= string default (multi)   =|| Yes || No  ||
    2222
    23 *Depends on the value inside the array. If that is a string it fails, otherwise it works.
    2423
    2524All in all I've thought this through again and it looks good to me now as is.