diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php
index 95aaec1..9fbd712 100644
a
|
b
|
function get_theme_feature_list( $api = true ) { |
360 | 360 | * @param string $action API action to perform: 'query_themes', 'theme_information', |
361 | 361 | * 'hot_tags' or 'feature_list'. |
362 | 362 | * @param array|object $args { |
363 | | * Optional. Array or object of arguments to serialize for the Themes API. |
| 363 | * Optional. Array or object of arguments to serialize for the Plugin Info API. |
364 | 364 | * |
365 | | * @type string $slug The theme slug. Default empty. |
| 365 | * @type string $slug The plugin slug. Default empty. |
366 | 366 | * @type int $per_page Number of themes per page. Default 24. |
367 | 367 | * @type int $page Number of current page. Default 1. |
368 | 368 | * @type int $number Number of tags to be queried. |