Ticket #29936: 29936.patch
| File 29936.patch, 498 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/plugin-install.php
326 326 function install_plugin_information() { 327 327 global $tab; 328 328 329 if ( empty( $_REQUEST['plugin'] ) ) { 330 return; 331 } 332 329 333 $api = plugins_api( 'plugin_information', array( 330 334 'slug' => wp_unslash( $_REQUEST['plugin'] ), 331 335 'is_ssl' => is_ssl(),