Make WordPress Core

Ticket #29936: 29936.patch

File 29936.patch, 498 bytes (added by iseulde, 11 years ago)
  • src/wp-admin/includes/plugin-install.php

     
    326326function install_plugin_information() {
    327327        global $tab;
    328328
     329        if ( empty( $_REQUEST['plugin'] ) ) {
     330                return;
     331        }
     332
    329333        $api = plugins_api( 'plugin_information', array(
    330334                'slug' => wp_unslash( $_REQUEST['plugin'] ),
    331335                'is_ssl' => is_ssl(),