Docs: Miscellaneous inline documentation improvements.

See #53399


git-svn-id: https://develop.svn.wordpress.org/trunk@52422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-12-29 17:26:26 +00:00
parent 5450faf3ec
commit ce3d66c7c9
12 changed files with 19 additions and 18 deletions

View File

@@ -521,7 +521,7 @@ function themes_api( $action, $args = array() ) {
/**
* Filters whether to override the WordPress.org Themes API.
*
* Passing a non-false value will effectively short-circuit the WordPress.org API request.
* Returning a non-false value will effectively short-circuit the WordPress.org API request.
*
* If `$action` is 'query_themes', 'theme_information', or 'feature_list', an object MUST
* be passed. If `$action` is 'hot_tags', an array should be passed.