diff --git a/src/deprecated/native-global-colors.php b/src/deprecated/native-global-colors.php index 17c50aa13..9ef08b6dd 100644 --- a/src/deprecated/native-global-colors.php +++ b/src/deprecated/native-global-colors.php @@ -66,7 +66,7 @@ function stackable_deprecated_global_colors_for_native_blocks() { // Don't do anything if we doon't have any global colors. $colors = get_option( 'stackable_global_colors' ); if ( ! $colors || ! is_array( $colors ) ) { - return $current_css; + return; } $css = '';