diff --git a/pagemash.php b/pagemash.php index 0537453..212f500 100644 --- a/pagemash.php +++ b/pagemash.php @@ -61,7 +61,7 @@ $pageMash_path = WP_CONTENT_DIR.'/plugins/'.plugin_basename(dirname(__FILE__)); $pageMash_url = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__)); // load localisation files -load_plugin_textdomain('pmash','wp-content/plugins/pagemash/'); +load_plugin_textdomain('pmash',true, 'wp-content/plugins/pagemash/'); function pageMash_getPages($post_parent){ //this is a recurrsive function which calls itself to produce a nested list of elements