Make WordPress Core

Ticket #2505: 2505.patch

File 2505.patch, 469 bytes (added by szepter, 20 years ago)

fix for #2505

  • D:/Eigene

     
    4444        }
    4545
    4646        if ( isset($_POST['save']) )
    47                 $location = "post.php?action=edit&post=$post_ID";
     47                $location = "post-new.php?action=edit&post=$post_ID";
    4848
    4949        header("Location: $location");
    5050        exit();