IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 711 | 711 | $classes[] = 'no-customize-support'; |
| 712 | 712 | } |
| 713 | 713 | |
| 714 | | if ( get_background_color() !== get_theme_support( 'custom-background', 'default-color' ) || get_background_image() ) |
| | 714 | if ( current_theme_supports( 'custom-background' ) && ( |
| | 715 | get_background_color() !== get_theme_support( 'custom-background', 'default-color' ) || |
| | 716 | get_background_image() ) |
| | 717 | ) { |
| 715 | 718 | $classes[] = 'custom-background'; |
| | 719 | } |
| 716 | 720 | |
| 717 | 721 | if ( has_custom_logo() ) { |
| 718 | 722 | $classes[] = 'wp-custom-logo'; |