Skip to content

Commit df715ae

Browse files
oandregalMamaduka
andauthored
Update lib/compat/wordpress-6.2/get-global-styles-and-settings.php
Co-authored-by: George Mamadashvili <[email protected]>
1 parent d0c5631 commit df715ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compat/wordpress-6.2/get-global-styles-and-settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
function wp_theme_has_theme_json( $clear_cache = false ) {
1717
static $theme_has_support = null;
1818

19-
if ( false === $clear_cache ) {
19+
if ( true === $clear_cache ) {
2020
$theme_has_support = null;
2121
}
2222

0 commit comments

Comments
 (0)