Docs: Further corrections and improvements to various inline docblocks.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-23 07:37:57 +00:00
parent cefe2c7f7c
commit 7d4c77560c
18 changed files with 85 additions and 83 deletions

View File

@@ -3019,7 +3019,7 @@ function require_if_theme_supports( $feature, $include ) {
*
* @see add_theme_support()
*
* @global $_wp_registered_theme_features
* @global array $_wp_registered_theme_features
*
* @param string $feature The name uniquely identifying the feature. See add_theme_support()
* for the list of possible values.
@@ -3156,7 +3156,7 @@ function register_theme_feature( $feature, $args = array() ) {
*
* @since 5.5.0
*
* @global $_wp_registered_theme_features
* @global array $_wp_registered_theme_features
*
* @return array[] List of theme features, keyed by their name.
*/
@@ -3175,7 +3175,7 @@ function get_registered_theme_features() {
*
* @since 5.5.0
*
* @global $_wp_registered_theme_features
* @global array $_wp_registered_theme_features
*
* @param string $feature The feature name. See add_theme_support() for the list
* of possible values.