removed i18n and js from the ignore-export list
[danixland-wporg-stats.git] / danixland-wporg-stats.php
index e22aeb1..bad3d5c 100644 (file)
@@ -5,7 +5,7 @@ Plugin URI: https://danix.xyz/?p=3745
 Description: A simple plugin that shows useful stats about your plugins hosted on WordPress.org\r
 Version: 0.1\r
 Author: Danilo 'danix' Macri\r
-Author URI: https://danix.xyz\r
+Author URI: https://danix.xyz/author/danix\r
 Text Domain: dnxwporg\r
 \r
 This program is distributed in the hope that it will be useful,\r
@@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  * Add plugin i18n domain: dnxwporg\r
  * @since 0.1\r
  */\r
-load_plugin_textdomain('dnxwporg', plugins_url() . '/danixland-wporg-stats/i18n/', 'danixland-wporg-stats/i18n/');\r
+load_plugin_textdomain('dnxwporg', false, basename( dirname( __FILE__ ) ) . '/i18n');\r
 \r
 /**\r
  * Function that installs our widget options\r