Changeset 38467 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 08/31/2016 06:41:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r38307 r38467 1784 1784 * @global string $type 1785 1785 * @global string $tab 1786 * @global bool $is_IE1787 1786 * @global bool $is_opera 1788 1787 * … … 1790 1789 */ 1791 1790 function media_upload_form( $errors = null ) { 1792 global $type, $tab, $is_ IE, $is_opera;1791 global $type, $tab, $is_opera; 1793 1792 1794 1793 if ( ! _device_can_upload() ) {
Note: See TracChangeset
for help on using the changeset viewer.