|
@@ 881-882 (lines=2) @@
|
| 878 |
|
if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'trash' || $_REQUEST['action'] == 'untrash'))
|
| 879 |
|
return;
|
| 880 |
|
|
| 881 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 882 |
|
return;
|
| 883 |
|
|
| 884 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 885 |
|
return;
|
|
@@ 884-885 (lines=2) @@
|
| 881 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 882 |
|
return;
|
| 883 |
|
|
| 884 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 885 |
|
return;
|
| 886 |
|
|
| 887 |
|
geodir_save_listing($_REQUEST);
|
| 888 |
|
}
|