Make WordPress Core


Ignore:
Timestamp:
06/19/2020 02:44:02 PM (4 years ago)
Author:
desrosj
Message:

Docs: Add missing return type for _remove_theme_support().

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r48067 r48091  
    28452845 *
    28462846 * @param string $feature
     2847 *
     2848 * @return bool Returns true when support is removed, false when the feature was not registered.
    28472849 */
    28482850function _remove_theme_support( $feature ) {
Note: See TracChangeset for help on using the changeset viewer.