Ticket #13383: 13383-add-backlash.diff
File 13383-add-backlash.diff, 704 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/media.php
1433 1433 var swfu; 1434 1434 SWFUpload.onload = function() { 1435 1435 var settings = { 1436 button_text: '<span class="button"><?php _e('Select Files'); ?>< /span>',1436 button_text: '<span class="button"><?php _e('Select Files'); ?><\/span>', 1437 1437 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; }', 1438 1438 button_height: "23", 1439 1439 button_width: "132",