diff --git a/d12-message-blocks.php b/d12-message-blocks.php index 75cf825..2fd5389 100644 --- a/d12-message-blocks.php +++ b/d12-message-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: d12 Message Blocks * Plugin URI: http://kjodle.net/wordpress/d12-message-blocks/ * Description: Adds shortcodes for message blocks. - * Version: 2.1 + * Version: 2.2 * Author: Kenneth John Odle * Author URI: http://kjodle.net/ * Text Domain: d12-message-blocks @@ -174,10 +174,9 @@ function d12_part( $atts, $content= NULL) { 'series' => '', ), $atts ) ); - $filestring = '
' . - printf(__( 'This page is part of a series on %s', 'd12-message-blocks' ), $series ) - . '.
' . $content . ''; + printf(__( 'This page is part of a series on %s', 'd12-message-blocks' ), $series ); + echo '.
' . $content . '