Ticket #18724: 18724_kt.2.patch
File 18724_kt.2.patch, 682 bytes (added by , 10 years ago) |
---|
-
wp-admin/includes/class-wp-plugin-install-list-table.php
284 284 */ 285 285 do_action( 'install_plugins_table_header' ); ?> 286 286 </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> 288 291 <br class="clear" /> 289 292 </div> 290 293 <?php } else { ?>