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; ?>
|
<?php endif; ?>
|
||||||
window.pmash = {
|
window.pmash = {
|
||||||
"update": "Database Updated",
|
"update": "<?php _e('Database Updated') ?>",
|
||||||
"showInfo": "Show Further Info Poo",
|
"showInfo": "<?php _e('Show Further Info') ?>",
|
||||||
"hideInfo": "Hide Further Info"
|
"hideInfo": "<?php _e('Hide Further Info') ?>"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue