Changes from trunk/wp-admin/includes/media.php at r11492 to branches/2.8/wp-admin/includes/media.php at r11639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/media.php
r11492 r11639 370 370 } 371 371 add_action( 'media_buttons', 'media_buttons' ); 372 add_action('media_upload_media', 'media_upload_handler');373 372 374 373 /** … … 382 381 check_admin_referer('media-form'); 383 382 384 $errors = array();383 $errors = null; 385 384 386 385 if ( isset($_POST['send']) ) { … … 1313 1312 var settings = { 1314 1313 button_text: '<span class="button"><?php _e('Select Files'); ?></span>', 1315 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande", "Lucida Sans Unicode",Tahoma,Verdana,sans-serif; }',1314 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }', 1316 1315 button_height: "24", 1317 1316 button_width: "132", 1318 button_text_top_padding: 1,1317 button_text_top_padding: 2, 1319 1318 button_image_url: '<?php echo includes_url('images/upload.png'); ?>', 1320 1319 button_placeholder_id: "flash-browse-button",
Note: See TracChangeset
for help on using the changeset viewer.