Skip to content

Commit 652f890

Browse files
committed
Docs: Add missing default parameter value in themes_api() docblock.
Props rezakhan995, costdev. Fixes #56862. See #56792. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@54655 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6a86cc3 commit 652f890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function get_theme_feature_list( $api = true ) {
442442
* @param string $action API action to perform: 'query_themes', 'theme_information',
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.
448448
* @type int $per_page Number of themes per page. Default 24.

0 commit comments

Comments
 (0)