From 30e637cd9301c254163a0ce0bfff9e0c139f7bb1 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:17:05 +0000 Subject: [PATCH] Correct type in the doc block for `get_theme_support()`. See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30189 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 815fd06c4a..038310dc54 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1668,7 +1668,7 @@ add_action( 'wp_loaded', '_custom_header_background_just_in_time' ); * @since 3.1.0 * * @param string $feature the feature to check - * @return mixed The array of extra arguments or value of registered featured. + * @return mixed The array of extra arguments or the value for the registered feature. */ function get_theme_support( $feature ) { global $_wp_theme_features;