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
1 changed files with 1 additions and 1 deletions

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>