Ticket #16355: 16355.patch
| File 16355.patch, 687 bytes (added by , 15 years ago) |
|---|
-
wp-admin/edit.php
246 246 247 247 <input type="hidden" name="post_status" class="post_status_page" value="<?php echo !empty($_REQUEST['post_status']) ? esc_attr($_REQUEST['post_status']) : 'all'; ?>" /> 248 248 <input type="hidden" name="post_type" class="post_type_page" value="<?php echo $post_type; ?>" /> 249 <?php if ( !empty($_REQUEST['show_sticky']) ) : ?> 250 <input type="hidden" name="show_sticky" value="<?php echo esc_attr( absint($_REQUEST['show_sticky']) ); ?>" /> 251 <?php endif; ?> 249 252 250 253 <?php $wp_list_table->display(); ?> 251 254