We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2348442 commit 1b86580Copy full SHA for 1b86580
1 file changed
e107_themes/landingzero/theme_shortcodes.php
@@ -140,7 +140,7 @@ function sc_xurl_icons() {
140
if($data['href'] != '')
141
{
142
$text .= '
143
- <li><a rel="nofollow" href="" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a> </li>';
+ <li><a rel="nofollow" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a> </li>';
144
$text .= "\n";
145
}
146
0 commit comments