Make WordPress Core


Ignore:
Timestamp:
10/20/2022 04:36:19 PM (23 months ago)
Author:
audrasjb
Message:

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

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

File:
1 edited

Legend:

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

    r52422 r54655  
    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.