array(__('Draft'), __('Draft pages')), 'future' => array(__('Future dated'), __('Future dated pages')), 'private' => array(__('Private'), __('Private pages')), 'publish' => array(__('Published'), __('Published pages')) ); $post_status_label = _c('Pages|manage pages header'); $post_listing_pageable = true; $post_status_q = ''; if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($post_stati) ) ) { $post_status_label = $post_stati[$_GET['post_status']][1]; $post_listing_pageable = false; $post_status_q = '&post_status=' . $_GET['post_status']; if ( 'publish' == $_GET['post_status'] ); $post_listing_pageable = true; } ?>