Update edit comment form. WIP

git-svn-id: https://develop.svn.wordpress.org/trunk@6923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-20 02:41:16 +00:00
parent 4d5fccf7cd
commit 8a87674b60
5 changed files with 85 additions and 62 deletions

View File

@@ -20,6 +20,8 @@ switch( $action ) {
case 'editcomment' :
$title = __('Edit Comment');
wp_enqueue_script('comment');
//wp_enqueue_script('thickbox');
require_once('admin-header.php');
$comment_id = absint( $_GET['c'] );