Skip to content

Commit

Permalink
fixed critical bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bogreudell committed Dec 23, 2020
1 parent 226b0ba commit 5eb802a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') );
Expand All @@ -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') );
Expand All @@ -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') );
Expand All @@ -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') );
Expand Down

0 comments on commit 5eb802a

Please sign in to comment.