We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce422 commit 0b75af1Copy full SHA for 0b75af1
includes/class-notification.php
@@ -661,7 +661,7 @@ public function replace_all_fields( $text = '' ) {
661
} else {
662
$table .= '—';
663
}
664
- }elseif ( in_array( $value['type'], array('google_map') ) ) {
+ } elseif ( in_array( $value['type'], array( 'google_map' ) ) ) {
665
$table .= $field_value['address'];
666
667
$table .= $field_value;
0 commit comments