From 5eb802a82d7a5379c38853d06ca1b8f0f9f2d213 Mon Sep 17 00:00:00 2001 From: Daniel Bogre Udell Date: Wed, 23 Dec 2020 13:50:24 -0500 Subject: [PATCH] fixed critical bug --- template-team.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template-team.php b/template-team.php index 01efec6..12f4eea 100644 --- a/template-team.php +++ b/template-team.php @@ -20,7 +20,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -34,7 +34,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -48,7 +48,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -62,7 +62,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') );