Changeset 13528
- Timestamp:
- 03/01/2010 11:57:03 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r13510 r13528 1427 1427 var settings = { 1428 1428 button_text: '<span class="button"><?php _e('Select Files'); ?></span>', 1429 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }',1430 button_height: "2 4",1429 button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-size: 11px; text-shadow: 0 1px 0 #FFFFFF; color:#464646; }', 1430 button_height: "23", 1431 1431 button_width: "132", 1432 button_text_top_padding: 2,1432 button_text_top_padding: 3, 1433 1433 button_image_url: '<?php echo includes_url('images/upload.png'); ?>', 1434 1434 button_placeholder_id: "flash-browse-button",
Note: See TracChangeset
for help on using the changeset viewer.