Changeset 1027848
- Timestamp:
- 11/18/2014 11:24:13 AM (11 years ago)
- Location:
- pricemesh/trunk
- Files:
-
- 3 edited
-
pricemesh.php (modified) (1 diff)
-
public/pricemesh-public.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pricemesh/trunk/pricemesh.php
r968899 r1027848 1 1 <?php 2 2 /* 3 Plugin Name: Pricemesh - Pr eisvergleich für Wordpress3 Plugin Name: Pricemesh - Price Comparison | Preisvergleich 4 4 Plugin URI: https://www.pricemesh.io/plugins/wordpress/ 5 Description: Mit diesem Plugin ist es möglich Wordpress um einen eigenen Preisvergleich zuerweitern.6 Version: 1. 5.15 Description: Extend WordPress with your own price comparison | WordPress um einen eigenen Preisvergleich erweitern. 6 Version: 1.6.1 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r1027326 r1027848 22 22 * @var string 23 23 */ 24 const VERSION = '1.6 ';24 const VERSION = '1.6.1'; 25 25 26 26 /** … … 256 256 $domain = $this->plugin_slug; 257 257 $locale = apply_filters('plugin_locale', get_locale(), $domain ); 258 echo $locale;259 echo trailingslashit(WP_LANG_DIR).$domain.'/'.$domain.'-'.$locale.'.mo';260 echo basename(plugin_dir_path(dirname(__FILE__))).'/languages/'.$locale.'.mo';258 //echo $locale; 259 //echo trailingslashit(WP_LANG_DIR).$domain.'/'.$domain.'-'.$locale.'.mo'; 260 //echo basename(plugin_dir_path(dirname(__FILE__))).'/languages/'.$locale.'.mo'; 261 261 load_textdomain($domain, trailingslashit(WP_LANG_DIR).$domain.'/'.$domain.'-'.$locale.'.mo'); 262 262 load_plugin_textdomain($domain, FALSE, basename(plugin_dir_path(dirname(__FILE__))).'/languages/'); -
pricemesh/trunk/readme.txt
r1027334 r1027848 4 4 Requires at least: 3.4 5 5 Tested up to: 4.0 6 Stable tag: 1.6 6 Stable tag: 1.6.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.6.1 = 132 * Bugfix, there were some problems finding the right translation path. 133 131 134 = 1.6 = 132 135 * Translation and Internationalization
Note: See TracChangeset
for help on using the changeset viewer.