Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47692, comment 16


Ignore:
Timestamp:
05/20/2020 02:27:35 PM (5 years ago)
Author:
Lwangaman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47692, comment 16

    initial v1  
    44_.isObject( val )
    55}}}
    6 evaluates to true because we are using an array as the value. It will now however find a **val.value** property in this object.
     6evaluates to true because we are using an array as the value. It probably would not however find a **val.value** property in this object.
    77
    88It would be useful to know in which cases the **choices** value is a string and in which cases it is an object, in the current state of things.