Changeset 7130 for trunk/wp-admin/includes/media.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r7124 r7130 127 127 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 128 128 <title><?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — WordPress</title> 129 <?php 129 <?php 130 130 wp_admin_css( 'css/global' ); 131 131 wp_admin_css(); … … 387 387 if ( !empty($_POST) ) { 388 388 $return = media_upload_form_handler(); 389 389 390 390 if ( is_string($return) ) 391 391 return $return; … … 400 400 if ( !empty($_POST) ) { 401 401 $return = media_upload_form_handler(); 402 402 403 403 if ( is_string($return) ) 404 404 return $return;
Note: See TracChangeset
for help on using the changeset viewer.