PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.11
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.11
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/functions.php +1 -1 1.6.91.6.11 View file →
@@ -176,9 +176,9 @@
176 176
177 177 $query = 'SELECT transaction_id FROM ' . $wpdb->prefix . 'weforms_payments' .
178 178 ' WHERE entry_id = ' . $entry_id;
179 179 $payment = $wpdb->get_row( $query, $entry_id );
180 -
180 +
181 181 return $payment;
182 182 }
183 183
184 184 /**