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:
desrosj 2020-06-19 14:44:02 +00:00
parent 19a99901e1
commit 65bc801eba
1 changed files with 2 additions and 0 deletions

View File

@ -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;