mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-04 14:41:27 +01:00
e1484dccfd
git-svn-id: http://svn.automattic.com/wordpress/trunk@8992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
99 B
PHP
7 lines
99 B
PHP
<?php
|
|
$locked_post_status = 'draft';
|
|
$_GET['post_status'] = 'draft';
|
|
|
|
require_once('edit.php');
|
|
|
|
?>
|