Fix whitespace.

This commit is contained in:
MickeyKay
2015-06-08 17:08:35 -07:00
parent 6460223c7f
commit ddef43a7a5
+1 -1
View File
@@ -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 );