mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 10:46:08 +09:00
Fix whitespace.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user