mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Fix whitespace.
This commit is contained in:
@@ -51,7 +51,7 @@ add_shortcode( 'col', 'trestle_column' );
|
|||||||
*/
|
*/
|
||||||
function trestle_column( $atts, $content = null ) {
|
function trestle_column( $atts, $content = null ) {
|
||||||
|
|
||||||
$atts =shortcode_atts( array(
|
$atts = shortcode_atts( array(
|
||||||
'class' => '',
|
'class' => '',
|
||||||
), $atts );
|
), $atts );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user