Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #59841, comment 3


Ignore:
Timestamp:
11/08/2023 05:11:02 PM (15 months ago)
Author:
rebasaurus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59841, comment 3

    v1 v2  
    22
    33{{{
    4 [
    5   'type' => 'array',
    6   'description' => 'array of strings for screenshot URLs',
    7   'default' => [],
    8   'items' => [
    9     'type' => 'string'
    10   ]
    11 ]
     4array (size=4)
     5  'type' => string 'array' (length=5)
     6  'description' => string 'Array of strings for the screenshot URLs' (length=40)
     7  'default' =>
     8    array (size=0)
     9      empty
     10  'items' => string 'string' (length=6)
    1211}}}
    1312