Make WordPress Core

Ticket #39523: 39523.2.patch

File 39523.2.patch, 483 bytes (added by sagarprajapati, 8 years ago)
  • wp-admin/includes/class-wp-posts-list-table.php

     
    492492                        submit_button( __( 'Empty Trash' ), 'apply', 'delete_all', false );
    493493                }
    494494?>
     495                <input type="hidden" name="author" value="<?php echo esc_attr($_REQUEST['author']); ?>" />
    495496                </div>
    496497<?php
    497498                /**