Last active
December 24, 2015 05:39
-
-
Save lloc/6751900 to your computer and use it in GitHub Desktop.
Beispiel Lokalisierung von JavaScript in WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function($) { | |
$('#message-box').html( | |
objectL10n.str_hello_world | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment