Docs: Promote many bool types to true or false where only that value is used.
See #51800 Built from https://develop.svn.wordpress.org/trunk@49927 git-svn-id: http://core.svn.wordpress.org/trunk@49626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2492,7 +2492,7 @@ function get_theme_starter_content() {
|
||||
* 'disable-custom-font-sizes', 'editor-color-palette', 'editor-font-sizes',
|
||||
* 'editor-styles', 'wp-block-styles', and 'core-block-patterns'.
|
||||
* @param mixed ...$args Optional extra arguments to pass along with certain features.
|
||||
* @return void|bool False on failure, void otherwise.
|
||||
* @return void|false False on failure, void otherwise.
|
||||
*/
|
||||
function add_theme_support( $feature, ...$args ) {
|
||||
global $_wp_theme_features;
|
||||
|
||||
Reference in New Issue
Block a user