Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Catch error when $field_group["fields"] in simple_fields_fieldgroup() is empty #101

Open
JensS opened this issue Feb 2, 2014 · 0 comments

Comments

@JensS
Copy link

JensS commented Feb 2, 2014

In functions.php at around line 1834 in function simple_fields_fieldgroup()

FIND:
foreach ($field_group["fields"] as $one_field) {

ADD AROUND
if (count ($field_group["fields"])) {

for empty case

THANKS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant