WordPress/wp-admin/edit-post-drafts.php
ryan e1484dccfd Dedicated drafts page
git-svn-id: http://svn.automattic.com/wordpress/trunk@8992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-26 21:53:26 +00:00

7 lines
99 B
PHP

<?php
$locked_post_status = 'draft';
$_GET['post_status'] = 'draft';
require_once('edit.php');
?>