mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Add missing default parameter value in themes_api() docblock.
Previously: [54655] [54657] Props rezakhan995, costdev. Fixes #56862. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54659 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -442,7 +442,7 @@ function get_theme_feature_list( $api = true ) {
|
||||
* @param string $action API action to perform: 'query_themes', 'theme_information',
|
||||
* 'hot_tags' or 'feature_list'.
|
||||
* @param array|object $args {
|
||||
* Optional. Array or object of arguments to serialize for the Themes API.
|
||||
* Optional. Array or object of arguments to serialize for the Themes API. Default empty array.
|
||||
*
|
||||
* @type string $slug The theme slug. Default empty.
|
||||
* @type int $per_page Number of themes per page. Default 24.
|
||||
|
||||
Reference in New Issue
Block a user