Docs: Add missing return type for _remove_theme_support()
.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
19a99901e1
commit
65bc801eba
@ -2844,6 +2844,8 @@ function remove_theme_support( $feature ) {
|
|||||||
* @global Custom_Background $custom_background
|
* @global Custom_Background $custom_background
|
||||||
*
|
*
|
||||||
* @param string $feature
|
* @param string $feature
|
||||||
|
*
|
||||||
|
* @return bool Returns true when support is removed, false when the feature was not registered.
|
||||||
*/
|
*/
|
||||||
function _remove_theme_support( $feature ) {
|
function _remove_theme_support( $feature ) {
|
||||||
global $_wp_theme_features;
|
global $_wp_theme_features;
|
||||||
|
Loading…
Reference in New Issue
Block a user