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 = __('Posts');
$parent_file = 'edit.php';
$list_js = true;
require_once('admin-header.php');
$_GET['m'] = (int) $_GET['m'];