|
@@ -87,7 +87,8 @@ |
|
|
block discarded – undo |
|
87
|
87
|
|
|
88
|
88
|
if ( ! isset( $imported['form_status'] ) || empty( $imported['form_status'] ) ) { |
|
89
|
89
|
// Check for an error message in the XML. |
|
90
|
|
- if ( isset( $xml->Code ) && isset( $xml->Message ) ) { // phpcs:ignore WordPress.NamingConventions |
|
|
90
|
+ if ( isset( $xml->Code ) && isset( $xml->Message ) ) { |
|
|
91
|
+// phpcs:ignore WordPress.NamingConventions |
|
91
|
92
|
$imported['error'] = (string) $xml->Message; // phpcs:ignore WordPress.NamingConventions |
|
92
|
93
|
} |
|
93
|
94
|
} |
Please login to merge, or discard this patch.