From 59dac77d1209fea73abf71a000f22593cd1d6095 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 30 Jan 2015 11:33:56 -0800 Subject: [PATCH] Remove inadvertent igg_ prefix on blockquote shortcode. --- includes/shortcodes/shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/shortcodes/shortcodes.php b/includes/shortcodes/shortcodes.php index b5cbad2..68a6398 100644 --- a/includes/shortcodes/shortcodes.php +++ b/includes/shortcodes/shortcodes.php @@ -102,7 +102,7 @@ function trestle_date( $atts ) { return date( $format ); } -add_shortcode( 'blockquote', 'igg_blockquote_shortcode' ); +add_shortcode( 'blockquote', 'trestle_blockquote_shortcode' ); /** * Blockquote * @@ -114,7 +114,7 @@ add_shortcode( 'blockquote', 'igg_blockquote_shortcode' ); * * @return string Shortcode output. */ -function igg_blockquote_shortcode( $atts, $content = null ) { +function trestle_blockquote_shortcode( $atts, $content = null ) { $atts = shortcode_atts( array( 'citation' => '',