diff --git a/cap-byline.php b/cap-byline.php index 872b6cb..200fee4 100644 --- a/cap-byline.php +++ b/cap-byline.php @@ -259,11 +259,11 @@ function cap_byline_activate() { 'name' => 'person_is_inactive', 'type' => 'true_false', 'instructions' => __('Checking this field if this person no longer works at CAP. It will prevent this person from being displayed anywhere on the front end.', 'cap-byline'), - 'wrapper': { - 'width': '', - 'class': 'person_is_inactive', - 'id': '' - }, + 'wrapper' => array( + 'width' => '', + 'class' => 'person_is_inactive', + 'id' => '' + ), 'message' => '', 'default_value' => 0, ),