array(__('Published'), __('Published pages')), 'draft' => array(__('Draft'), __('Draft pages')), 'private' => array(__('Private'), __('Private pages')) ); $post_status_label = __('Pages'); $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_status_q = '&post_status=' . $_GET['post_status']; } ?>