From 849c5de6d54e79d73b41320fe88f1487aea75daf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 19 Sep 2016 16:45:44 +0000 Subject: [PATCH] Docs: Correct two references to plugins in the `$args` parameter description for `themes_api()`. Props hideokamoto. Fixes #37939. git-svn-id: https://develop.svn.wordpress.org/trunk@38623 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 9fbd71298c..95aaec1618 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -360,9 +360,9 @@ 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 Plugin Info API. + * Optional. Array or object of arguments to serialize for the Themes API. * - * @type string $slug The plugin slug. Default empty. + * @type string $slug The theme slug. Default empty. * @type int $per_page Number of themes per page. Default 24. * @type int $page Number of current page. Default 1. * @type int $number Number of tags to be queried.