mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Fix bug in the date shortcode and minor formatting improvements to shortcodes.php
This commit is contained in:
@@ -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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user