|
@@ 1181-1182 (lines=2) @@
|
| 1178 |
|
if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'trash' || $_REQUEST['action'] == 'untrash'))
|
| 1179 |
|
return;
|
| 1180 |
|
|
| 1181 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 1182 |
|
return;
|
| 1183 |
|
|
| 1184 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 1185 |
|
return;
|
|
@@ 1184-1185 (lines=2) @@
|
| 1181 |
|
if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
|
| 1182 |
|
return;
|
| 1183 |
|
|
| 1184 |
|
if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
|
| 1185 |
|
return;
|
| 1186 |
|
|
| 1187 |
|
geodir_save_listing($_REQUEST);
|
| 1188 |
|
}
|