Created
August 2, 2016 03:09
-
-
Save imemohit/cbd71d398b0281e8007391087382feab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please edit | |
/wp-content/themes/dt-armada/inc/shortcodes/includes/benefits-vc.php line 137 | |
change | |
$title = sprintf( '<%1$s>%2$s</%1$s>', $attributes['header_size'], $attributes['title'] ); | |
to | |
$title = sprintf( '<%1$s><a href="%3$s">%2$s</a></%1$s>', $attributes['header_size'], $attributes['title'],$attributes['image_link'] ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment