Some css cleanup and fixes after the merge, see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@8697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-08-21 02:25:14 +00:00
parent 78a2c0f781
commit 349d288c48
10 changed files with 17 additions and 48 deletions

View File

@@ -34,8 +34,6 @@ case 'editcomment' :
$title = __('Edit Comment');
wp_enqueue_script('comment');
$fixed_bar = true;
require_once('admin-header.php');
$comment_id = absint( $_GET['c'] );