forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
INN/umbrella-mstoday
#73Description
if the variable is set to false, then because ! empty( false ) === false, the fallback option of true is used.
This can be fixed by switching to isset( ... ) ? ... : ... ;, and making sure that where we use partials/widget-content.php, like in the Largo Recent Posts widget, we do so passing false explicitly.
This is the bug in INN/umbrella-voiceofoc#36.
Reactions are currently unavailable