|
@@ -201,10 +201,7 @@ if ( ! function_exists( 'varia_setup' ) ) :
|
|
|
$editor_colors_array = apply_filters( 'varia_editor_color_palette', $editor_colors_array );
|
|
|
|
|
|
// Editor color palette.
|
|
|
- add_theme_support(
|
|
|
- 'editor-color-palette',
|
|
|
- $editor_colors_array,
|
|
|
- );
|
|
|
+ add_theme_support( 'editor-color-palette', $editor_colors_array );
|
|
|
|
|
|
// Add support for responsive embedded content.
|
|
|
add_theme_support( 'responsive-embeds' );
|