Make WordPress Core


Ignore:
Timestamp:
10/02/2008 01:02:17 AM (16 years ago)
Author:
ryan
Message:

File level phpdc from jacobsantos. see #7550

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-drafts.php

    r8993 r9052  
    11<?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. */
    213$locked_post_status = 'draft';
    314$_GET['post_status'] = 'draft';
Note: See TracChangeset for help on using the changeset viewer.