diff --git a/wapu-core/shortcodes/blurb/blurb-boxed-description.php b/wapu-core/shortcodes/blurb/blurb-boxed-description.php index 65ef24b..db54c4f 100644 --- a/wapu-core/shortcodes/blurb/blurb-boxed-description.php +++ b/wapu-core/shortcodes/blurb/blurb-boxed-description.php @@ -4,14 +4,14 @@ */ ?>
> - html( $link, '' ) ?> + html( $link, '', array( $target ) ); ?> html( $font_icon, '' ); ?> - + html( $link, '' ); ?>
- html( $title, '
%s
' ); - $this->html( $text, '
%s
' ); + html( $title, '
%s
' ); + $this->html( $text, '
%s
' ); ?>
\ No newline at end of file diff --git a/wapu-core/shortcodes/blurb/blurb-boxed.php b/wapu-core/shortcodes/blurb/blurb-boxed.php index f05c4cd..6402538 100644 --- a/wapu-core/shortcodes/blurb/blurb-boxed.php +++ b/wapu-core/shortcodes/blurb/blurb-boxed.php @@ -4,14 +4,14 @@ */ ?>
> - html( $link, '' ) ?> + html( $link, '', array( $target ) ); ?> html( $font_icon, '' ); ?>
- html( $title, '
%s
' ); - $this->html( $text, '
%s
' ); + html( $title, '
%s
' ); + $this->html( $text, '
%s
' ); ?>
-
+ html( $link, '' ); ?>
\ No newline at end of file diff --git a/wapu-core/shortcodes/blurb/blurb-large.php b/wapu-core/shortcodes/blurb/blurb-large.php index a327b9c..9c745cb 100644 --- a/wapu-core/shortcodes/blurb/blurb-large.php +++ b/wapu-core/shortcodes/blurb/blurb-large.php @@ -4,14 +4,14 @@ */ ?>
> - html( $link, '' ) ?> + html( $link, '', array( $target ) ); ?> html( $font_icon, '' ); ?>
- html( $title, '
%s
' ); - $this->html( $text, '
%s
' ); + html( $title, '
%s
' ); + $this->html( $text, '
%s
' ); ?>
-
+ html( $link, '' ); ?>
\ No newline at end of file diff --git a/wapu-core/shortcodes/blurb/blurb-simple.php b/wapu-core/shortcodes/blurb/blurb-simple.php index be92330..39c6e94 100644 --- a/wapu-core/shortcodes/blurb/blurb-simple.php +++ b/wapu-core/shortcodes/blurb/blurb-simple.php @@ -4,11 +4,11 @@ */ ?>
> - html( $link, '' ) ?> + html( $link, '', array( $target ) ); ?> html( $font_icon, '' ); ?> html( $title, '
%s
' ); ?> html( $text, '
%s
' ); ?> html( $text, '%2$s', array( $link_text ) ); ?> -
+ html( $link, '' ); ?>
\ No newline at end of file