diff --git a/includes/shortcodes/shortcodes.php b/includes/shortcodes/shortcodes.php index 21275d0..1c60582 100644 --- a/includes/shortcodes/shortcodes.php +++ b/includes/shortcodes/shortcodes.php @@ -51,7 +51,7 @@ add_shortcode( 'col', 'trestle_column' ); */ function trestle_column( $atts, $content = null ) { - $atts =shortcode_atts( array( + $atts = shortcode_atts( array( 'class' => '', ), $atts );