Escape slash in inline JS for SWFUploader. props zeo, see #13383.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ef484c0dd0
commit
54a46870d3
|
@ -1433,7 +1433,7 @@ if ( $flash ) : ?>
|
|||
var swfu;
|
||||
SWFUpload.onload = function() {
|
||||
var settings = {
|
||||
button_text: '<span class="button"><?php _e('Select Files'); ?></span>',
|
||||
button_text: '<span class="button"><?php _e('Select Files'); ?><\/span>',
|
||||
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; }',
|
||||
button_height: "23",
|
||||
button_width: "132",
|
||||
|
|
Loading…
Reference in New Issue