7 lines
99 B
PHP
7 lines
99 B
PHP
|
<?php
|
||
|
$locked_post_status = 'draft';
|
||
|
$_GET['post_status'] = 'draft';
|
||
|
|
||
|
require_once('edit.php');
|
||
|
|
||
|
?>
|