Correct type in the doc block for get_theme_support()
.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30189 git-svn-id: http://core.svn.wordpress.org/trunk@30189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3535af5b77
commit
63c55ae93c
@ -1668,7 +1668,7 @@ add_action( 'wp_loaded', '_custom_header_background_just_in_time' );
|
|||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param string $feature the feature to check
|
* @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 ) {
|
function get_theme_support( $feature ) {
|
||||||
global $_wp_theme_features;
|
global $_wp_theme_features;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30188';
|
$wp_version = '4.1-alpha-30189';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user