Ticket #59254: 59254.2.patch
File 59254.2.patch, 1.1 KB (added by , 3 months ago) |
---|
-
wp-admin/includes/media.php
2083 2083 * 2084 2084 * @global string $type 2085 2085 * @global string $tab 2086 * @global bool $is_IE2087 * @global bool $is_opera2088 2086 * 2089 2087 * @param array $errors 2090 2088 */ 2091 2089 function media_upload_form( $errors = null ) { 2092 global $type, $tab , $is_IE, $is_opera;2090 global $type, $tab; 2093 2091 2094 2092 if ( ! _device_can_upload() ) { 2095 2093 echo '<p>' . sprintf( -
wp-admin/update-core.php
242 242 * Display upgrade WordPress for downloading latest or upgrading automatically form. 243 243 * 244 244 * @since 2.7.0 245 *246 * @global string $required_php_version The required PHP version string.247 * @global string $required_mysql_version The required MySQL version string.248 245 */ 249 246 function core_upgrade_preamble() { 250 global $required_php_version, $required_mysql_version;251 247 252 248 $updates = get_core_updates(); 253 249