Ticket #10005: entities-in-jsAlert.diff
| File entities-in-jsAlert.diff, 749 bytes (added by , 17 years ago) |
|---|
-
script-loader.php
73 73 $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20090307' ); 74 74 $scripts->localize( 'quicktags', 'quicktagsL10n', array( 75 75 'quickLinks' => __('(Quick Links)'), 76 'wordLookup' => __('Enter a word to look up:'),76 'wordLookup' => /* translators: do not use HTML entities ( , etc.): string is used in JavaScript alert() message */ __('Enter a word to look up:'), 77 77 'dictionaryLookup' => esc_attr(__('Dictionary lookup')), 78 78 'lookup' => esc_attr(__('lookup')), 79 79 'closeAllOpenTags' => esc_attr(__('Close all open tags')),