Plugin Directory

Changeset 1027848


Ignore:
Timestamp:
11/18/2014 11:24:13 AM (11 years ago)
Author:
pricemesh
Message:

bugfix, echoed translation path

Location:
pricemesh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/pricemesh.php

    r968899 r1027848  
    11<?php
    22/*
    3 Plugin Name: Pricemesh - Preisvergleich für Wordpress
     3Plugin Name: Pricemesh - Price Comparison | Preisvergleich
    44Plugin URI: https://www.pricemesh.io/plugins/wordpress/
    5 Description: Mit diesem Plugin ist es möglich Wordpress um einen eigenen Preisvergleich zu erweitern.
    6 Version: 1.5.1
     5Description: Extend WordPress with your own price comparison | WordPress um einen eigenen Preisvergleich erweitern.
     6Version: 1.6.1
    77Author: pricemesh
    88Author URI: https://www.pricemesh.io
  • pricemesh/trunk/public/pricemesh-public.php

    r1027326 r1027848  
    2222     * @var     string
    2323     */
    24     const VERSION = '1.6';
     24    const VERSION = '1.6.1';
    2525
    2626    /**
     
    256256        $domain = $this->plugin_slug;
    257257        $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';
    261261        load_textdomain($domain, trailingslashit(WP_LANG_DIR).$domain.'/'.$domain.'-'.$locale.'.mo');
    262262        load_plugin_textdomain($domain, FALSE, basename(plugin_dir_path(dirname(__FILE__))).'/languages/');
  • pricemesh/trunk/readme.txt

    r1027334 r1027848  
    44Requires at least: 3.4
    55Tested up to: 4.0
    6 Stable tag: 1.6
     6Stable tag: 1.6.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
     131= 1.6.1 =
     132* Bugfix, there were some problems finding the right translation path.
     133
    131134= 1.6 =
    132135* Translation and Internationalization
Note: See TracChangeset for help on using the changeset viewer.