Make WordPress Core

Ticket #39523: 39523.3.patch

File 39523.3.patch, 485 bytes (added by sagarprajapati, 8 years ago)

Followed the standards

  • wp-admin/includes/class-wp-posts-list-table.php

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