Make WordPress Core

Changeset 54659


Ignore:
Timestamp:
10/20/2022 06:22:32 PM (2 years ago)
Author:
jorbin
Message:

Docs: Add missing default parameter value in themes_api() docblock.

Previously: [54655] [54657]

Props rezakhan995, costdev.
Fixes #56862.
See #56792.

File:
1 edited

Legend:

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

    r53455 r54659  
    443443 *                             'hot_tags' or 'feature_list'.
    444444 * @param array|object $args   {
    445  *     Optional. Array or object of arguments to serialize for the Themes API.
     445 *     Optional. Array or object of arguments to serialize for the Themes API. Default empty array.
    446446 *
    447447 *     @type string  $slug     The theme slug. Default empty.
Note: See TracChangeset for help on using the changeset viewer.