mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
Correct the return value doc block for get_theme_support().
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user