@@ -451,7 +451,7 @@ discard block |
||
| 451 | 451 | } |
| 452 | 452 | |
| 453 | 453 | // WooCommerce doesn't $post_id |
| 454 | - if ( empty( $passed_post_id ) ) { |
|
| 454 | + if ( empty( $passed_post_id ) ) { |
|
| 455 | 455 | return $passed_title; |
| 456 | 456 | } |
| 457 | 457 | |
@@ -1206,7 +1206,7 @@ discard block |
||
| 1206 | 1206 | */ |
| 1207 | 1207 | $address_part = apply_filters( 'gravityview/sorting/address', 'city', $sort_field_id, $form_id ); |
| 1208 | 1208 | |
| 1209 | - switch( strtolower( $address_part ) ){ |
|
| 1209 | + switch( strtolower( $address_part ) ) { |
|
| 1210 | 1210 | case 'street': |
| 1211 | 1211 | $sort_field_id .= '.1'; |
| 1212 | 1212 | break; |
@@ -1296,7 +1296,7 @@ discard block |
||
| 1296 | 1296 | */ |
| 1297 | 1297 | $single_entry = apply_filters( 'gravityview/is_single_entry', $single_entry ); |
| 1298 | 1298 | |
| 1299 | - if ( empty( $single_entry ) ){ |
|
| 1299 | + if ( empty( $single_entry ) ) { |
|
| 1300 | 1300 | return false; |
| 1301 | 1301 | } else { |
| 1302 | 1302 | return $single_entry; |
@@ -173,7 +173,7 @@ |
||
| 173 | 173 | } |
| 174 | 174 | |
| 175 | 175 | $entry = Multi_Entry::from_entries( array_filter( $multientry ) ); |
| 176 | - } else { |
|
| 176 | + } else { |
|
| 177 | 177 | /** |
| 178 | 178 | * A regular one. |
| 179 | 179 | */ |