Docs: Improve DocBlocks in wp-includes/theme.php per the documentation standards.

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48189 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-27 12:00:48 +00:00
parent 20e96fa38a
commit b970deb94a
3 changed files with 138 additions and 99 deletions
@@ -223,7 +223,7 @@ class WP_REST_Themes_Controller extends WP_REST_Controller {
*
* @since 5.5.0
*
* @param mixed $support The raw value from {@see get_theme_support()}
* @param mixed $support The raw value from get_theme_support().
* @param array $args The feature's registration args.
* @param string $feature The feature name.
* @param WP_REST_Request $request The request object.