WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Fix type error where array was expected. #49

Closed blobaugh closed 9 years ago

blobaugh commented 9 years ago

When doing the enqueue an array is expected as the second parameter of the conditional. The call to get options was not returning an array and causing PHP to throw an error.

blobaugh commented 9 years ago

May be related to #39