@@ -1170,9 +1170,9 @@ |
||
1170 | 1170 | |
1171 | 1171 | //Sanity check - ensure form has goal set to output |
1172 | 1172 | if ( empty( $form->ID ) |
1173 | - || ( is_singular( 'give_forms' ) && $goal_option !== 'yes' ) |
|
1174 | - || $goal_option !== 'yes' |
|
1175 | - || $goal == 0 |
|
1173 | + || ( is_singular( 'give_forms' ) && $goal_option !== 'yes' ) |
|
1174 | + || $goal_option !== 'yes' |
|
1175 | + || $goal == 0 |
|
1176 | 1176 | ) { |
1177 | 1177 | //not this form, bail |
1178 | 1178 | return false; |