diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index c7d04d3c61..815fd06c4a 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 array The array of extra arguments + * @return mixed The array of extra arguments or value of registered featured. */ function get_theme_support( $feature ) { global $_wp_theme_features;