Fix bug in the date shortcode and minor formatting improvements to shortcodes.php

This commit is contained in:
Braad
2015-04-29 14:06:10 -07:00
+1 -2
View File
@@ -111,9 +111,8 @@ add_shortcode( 'blockquote', 'trestle_blockquote_shortcode' );
* @return string Shortcode output.
*/
function trestle_blockquote_shortcode( $atts, $content = null ) {
$atts = shortcode_atts( array(
'citation' => '',
'citation' => '',
), $atts );
ob_start(); ?>