';
}
add_shortcode( 'span9', 'span9_shortcode' );
// [span10]
function span10_shortcode( $atts ) {
return '
';
}
add_shortcode( 'span10', 'span10_shortcode' );
// [span11]
function span11_shortcode( $atts ) {
return '
';
}
add_shortcode( 'span11', 'span11_shortcode' );
// [span12]
function span12_shortcode( $atts ) {
return '
';
}
add_shortcode( 'span12', 'span12_shortcode' );