Make WordPress Core


Ignore:
Timestamp:
07/25/2009 12:21:55 PM (14 years ago)
Author:
azaozz
Message:

Improve QE data for Draft, Pending and Scheduled posts screens, see #10478

File:
1 edited

Legend:

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

    r11554 r11743  
    170170</p>
    171171
    172 <?php if ( isset($_GET['post_status'] ) ) : ?>
    173 <input type="hidden" name="post_status" value="<?php echo esc_attr($_GET['post_status']) ?>" />
    174 <?php endif; ?>
     172<input type="hidden" name="post_status" class="post_status_page" value="<?php echo !empty($_GET['post_status']) ? esc_attr($_GET['post_status']) : 'all'; ?>" />
    175173<input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" />
    176174
Note: See TracChangeset for help on using the changeset viewer.