|
@@ 1202-1203 (lines=2) @@
|
| 1199 |
|
if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'trash' || $_REQUEST['action'] == 'untrash'))
|
| 1200 |
|
return;
|
| 1201 |
|
|
| 1202 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 1203 |
|
return;
|
| 1204 |
|
|
| 1205 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 1206 |
|
return;
|
|
@@ 1205-1206 (lines=2) @@
|
| 1202 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 1203 |
|
return;
|
| 1204 |
|
|
| 1205 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 1206 |
|
return;
|
| 1207 |
|
|
| 1208 |
|
geodir_save_listing($_REQUEST);
|
| 1209 |
|
}
|