Hello Guests!

If you would like to take part in interesting Google related discussions, sign in or register below!
Registration is instant!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Top Posters

Remove l10n.js from Wordpress

  • In wordpress 3.1 you may have noticed new javascript files being added like l10n and others.

    To remove it add the following to your theme's functions.php file.
    wp_deregister_script('l10n');


    very simple. isnt it?