Merge pull request #14 from ascribe/fix/11

auto link all links within contact point
This commit is contained in:
Alberto Granzotto 2015-12-17 15:09:16 +01:00
commit 2b6d172087
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,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>