Changeset 9052 for trunk/wp-admin/edit-post-drafts.php
- Timestamp:
- 10/02/2008 01:02:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-post-drafts.php
r8993 r9052 1 1 <?php 2 /** 3 * Draft Post Administration Panel. 4 * 5 * This was created for the administration navigation instead of using a query 6 * for the drafts. 7 * 8 * @package WordPress 9 * @subpackage Administration 10 */ 11 12 /** Locks the post status to draft to prevent premature posting. */ 2 13 $locked_post_status = 'draft'; 3 14 $_GET['post_status'] = 'draft';
Note: See TracChangeset
for help on using the changeset viewer.