We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c5631 commit df715aeCopy full SHA for df715ae
lib/compat/wordpress-6.2/get-global-styles-and-settings.php
@@ -16,7 +16,7 @@
16
function wp_theme_has_theme_json( $clear_cache = false ) {
17
static $theme_has_support = null;
18
19
- if ( false === $clear_cache ) {
+ if ( true === $clear_cache ) {
20
$theme_has_support = null;
21
}
22
0 commit comments