Skip to content

Commit 515efa1

Browse files
committed
Removed unnecessary variable
1 parent 30b37ac commit 515efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/shortcode-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function rescue_button_shortcode( $atts, $content = null ) {
8787

8888
$button = NULL;
8989

90-
$button .= '<a style="background: ' . $colorhex . ';border-radius: ' . $border_radius . ' " href="' . $url . '" class="rescue-button ' . $color . ' '. $class .' rescue-'. $visibility .'" target="_'.$target.'" title="'. $title .'" '. $border_radius_style .' '. $rel .'>';
90+
$button .= '<a style="background: ' . $colorhex . ';border-radius: ' . $border_radius . ' " href="' . $url . '" class="rescue-button ' . $color . ' '. $class .' rescue-'. $visibility .'" target="_'.$target.'" title="'. $title .'" '. $rel .'>';
9191
$button .= '<span class="rescue-button-inner">';
9292
if ( $icon_left ) $button .= '<span class="rescue-button-icon-left icon-'. $icon_left .'"></span>';
9393
$button .= $content;

0 commit comments

Comments
 (0)