Ticket #8335: die_on_update.diff
| File die_on_update.diff, 364 bytes (added by ryan, 3 years ago) |
|---|
-
wp-includes/post.php
1314 1314 1315 1315 // export array as variables 1316 1316 extract($postarr, EXTR_SKIP); 1317 1317 die($post_content); 1318 1318 // Are we updating or creating? 1319 1319 $update = false; 1320 1320 if ( !empty($ID) ) {
