Ticket #7707: wordpress.php.diff
| File wordpress.php.diff, 387 bytes (added by dougal, 3 years ago) |
|---|
-
wordpress.php
390 390 if ( $post_exists ) { 391 391 echo '<li>'; 392 392 printf(__('Post <em>%s</em> already exists.'), stripslashes($post_title)); 393 $post_id = $post_exists; 393 394 } else { 394 395 395 396 // If it has parent, process parent first.
