From ddef43a7a52c872cebeed6d3d55093169127310e Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 8 Jun 2015 17:08:35 -0700 Subject: [PATCH] Fix whitespace. --- includes/shortcodes/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );