Make WordPress Core


Ignore:
Timestamp:
07/14/2020 12:08:28 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Improve docs for arguments that accept a numerically indexed array of associative arrays.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r48473 r48475  
    47764776     *     An array of callable exporters of personal data. Default empty array.
    47774777     *
    4778      *     @type array {
     4778     *     @type array ...$0 {
    47794779     *         Array of personal data exporters.
    47804780     *
     
    49664966     *     An array of callable erasers of personal data. Default empty array.
    49674967     *
    4968      *     @type array {
     4968     *     @type array ...$0 {
    49694969     *         Array of personal data exporters.
    49704970     *
Note: See TracChangeset for help on using the changeset viewer.