Make WordPress Core


Ignore:
Timestamp:
04/29/2022 07:22:56 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Formatting corrections for various docblocks.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r53299 r53317  
    45164516 *     Optional. Options to be used with `json_decode()`.
    45174517 *
    4518  *     @type bool associative Optional. When `true`, JSON objects will be returned as associative arrays.
    4519  *                            When `false`, JSON objects will be returned as objects.
     4518 *     @type bool $associative Optional. When `true`, JSON objects will be returned as associative arrays.
     4519 *                             When `false`, JSON objects will be returned as objects.
    45204520 * }
    45214521 *
Note: See TracChangeset for help on using the changeset viewer.