HTML and JS cleanup

git-svn-id: http://svn.automattic.com/wordpress/trunk@3422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-01-10 05:16:17 +00:00
parent bfbe1f2def
commit 759faa6b9a
15 changed files with 334 additions and 322 deletions

View File

@@ -3,6 +3,7 @@ require_once('admin.php');
$title = __('Moderate comments');
$parent_file = 'edit.php';
$list_js = true;
$wpvarstoreset = array('action', 'item_ignored', 'item_deleted', 'item_approved', 'item_spam', 'feelinglucky');
for ($i=0; $i<count($wpvarstoreset); $i += 1) {