HTML and JS cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@3422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-01-10 05:16:17 +00:00
parent 687f888db8
commit df15716313
15 changed files with 334 additions and 322 deletions
+1
View File
@@ -3,6 +3,7 @@ require_once('admin.php');
$title = __('Edit Comments');
$parent_file = 'edit.php';
$list_js = true;
require_once('admin-header.php');
if (empty($_GET['mode'])) $mode = 'view';