Ticket #19208: 19208.patch
| File 19208.patch, 803 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
259 259 $api->$key = wp_kses( $api->$key, $plugins_allowedtags ); 260 260 } 261 261 262 $section = isset($_REQUEST['section']) ? stripslashes( $_REQUEST['section'] ) : ' description'; //Default to the Descriptiontab, Do not translate, API returns English.262 $section = isset($_REQUEST['section']) ? stripslashes( $_REQUEST['section'] ) : 'changelog'; //Default to the Changelog tab, Do not translate, API returns English. 263 263 if ( empty($section) || ! isset($api->sections[ $section ]) ) 264 264 $section = array_shift( $section_titles = array_keys((array)$api->sections) ); 265 265