pre1.2.2
git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@82845 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
868f49375c
commit
03b4a15101
|
@ -172,9 +172,9 @@ function pageMash_add_css(){
|
|||
});
|
||||
<?php endif; ?>
|
||||
window.pmash = {
|
||||
"update": "Database Updated",
|
||||
"showInfo": "Show Further Info Poo",
|
||||
"hideInfo": "Hide Further Info"
|
||||
"update": "<?php _e('Database Updated') ?>",
|
||||
"showInfo": "<?php _e('Show Further Info') ?>",
|
||||
"hideInfo": "<?php _e('Hide Further Info') ?>"
|
||||
}
|
||||
</script>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue