Make WordPress Core


Ignore:
Timestamp:
08/28/2007 09:04:17 PM (17 years ago)
Author:
ryan
Message:

Reorder post/page status dropdowns. Props mdawaffe. fixes #4848

File:
1 edited

Legend:

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

    r5700 r5963  
    77
    88$post_stati  = array(   //  array( adj, noun )
     9            'publish' => array(__('Published'), __('Published pages')),
    910            'draft'   => array(__('Draft'), __('Draft pages')),
    10             'private' => array(__('Private'), __('Private pages')),
    11             'publish' => array(__('Published'), __('Published pages'))
     11            'private' => array(__('Private'), __('Private pages'))
    1212        );
    1313
Note: See TracChangeset for help on using the changeset viewer.