Ticket #19962: 19962.patch
File 19962.patch, 900 bytes (added by , 13 years ago) |
---|
-
wp-includes/class-wp-editor.php
266 266 The + sign marks the default language. More information: 267 267 http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker 268 268 */ 269 $mce_spellchecker_languages = apply_filters('mce_spellchecker_languages', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'); 269 /* translators: spellchecker languages menu */ 270 $mce_spellchecker_languages = apply_filters( 'mce_spellchecker_languages', __( '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv' ) ); 270 271 271 272 self::$first_init = array( 272 273 'mode' => 'exact',