What does l10n.js do in WordPress 3.1? And how do I remove it?
It contains the convertEntities() function that (as the name says) converts HTML entities to their actual value. It is mostly used for scripts that send over localization data from PHP to the JS side using wp_localize_script(). Just search for l10n_print_after in the code base and you see it a lot. The data you add in … Read more