Changeset 56504
- Timestamp:
- 09/01/2023 11:01:24 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r56174 r56504 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() ) {
Note: See TracChangeset
for help on using the changeset viewer.