1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-03 10:25:08 +01:00

auto link all links within contact point

This commit is contained in:
Matthias Kretschmann 2015-12-12 16:29:34 +01:00
parent f2c9d64ac5
commit 29575b7762

View File

@ -799,7 +799,7 @@ class Subtemplate {
the_row();
$title = get_sub_field('contact_description');
$contactInfo = get_sub_field('contact_details');
$contactInfo = make_clickable(get_sub_field('contact_details'));
$contactPoints .= "<article class='contact-point'>
<h1>{$title}</h1>