Make WordPress Core

Ticket #18724: 18724_kt.2.patch

File 18724_kt.2.patch, 682 bytes (added by jesin, 10 years ago)

Patch 18724_kt.patch with esc_attr() for $tab

  • wp-admin/includes/class-wp-plugin-install-list-table.php

     
    284284                                         */
    285285                                        do_action( 'install_plugins_table_header' ); ?>
    286286                                </div>
    287                                 <?php $this->pagination( $which ); ?>
     287                                <form method="get" action="">
     288                                        <input type="hidden" name="tab" value="<?php echo esc_attr( $GLOBALS['tab'] ); ?>">
     289                                        <?php $this->pagination( $which ); ?>
     290                                </form>
    288291                                <br class="clear" />
    289292                        </div>
    290293                <?php } else { ?>