Hi,

I yust want to inform you that I've discovered a wordpress bug
(2.0.5). This bug isn't triggered on english version! 

BUG:
When this translation is used

msgid "Linked to Image"
msgstr "Lié à l'image"

deletion of uploaded pictures fails with javascript errorcode:

Fehler: missing ; before statement
Quelltext: linkedtoimage = 'Lié à l'image';

FIX:

FILE: wp-admin/inline-uploading.php
LINE: 185

linkedtoimage = '$__linked_to_image';
to
linkedtoimage = \"$__linked_to_image\";


regards
Ralf
_______________________________________________
wp-polyglots mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-polyglots

Reply via email to