Log in with username/password: lyceum/lyceum

Changeset 1029

Show
Ignore:
Timestamp:
03/05/07 23:00:08 (2 years ago)
Author:
jjb
Message:

working on #754. deletion now works but redirects incorrectly.

tangentially related to #732

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/post.php

    r1007 r1029  
    228228   echo "<p>" . __('Are you sure you want to do that?') . "</p>\n"; 
    229229 
    230    echo "<form action='".get_settings('home')."/wp-admin/post.php' method='get'>\n"; 
     230   echo "<form action='".get_settings('siturl')."/wp-admin/post.php' method='get'>\n"; 
     231   echo bloginput(); 
    231232   echo tokeninput('post.php', 'deletecomment', $comment->comment_ID) . "\n"; 
    232233   echo "<input type='hidden' name='action' value='deletecomment' />\n"; 
Log in with username/password: lyceum/lyceum