Plugin Directory

Changeset 1388236


Ignore:
Timestamp:
04/06/2016 02:05:21 PM (10 years ago)
Author:
kjbenk
Message:

=Fixed translation setup...again

Location:
get-notified/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • get-notified/trunk/get-notified.php

    r1388221 r1388236  
    66 * Author: Kyle Benk
    77 * Author URI: https://kylebenk.com
    8  * Version: 1.0.6
     8 * Version: 1.0.7
    99 * Text Domain: get-notified
    1010 * Domain Path: /languages
     
    9393            }
    9494
    95             // Plugin text domain
    96 
    97             if ( ! defined( 'GET_NOTIFIED_TEXT_DOMAIN' ) ) {
    98                 define( 'GET_NOTIFIED_TEXT_DOMAIN', 'get-notified' );
    99             }
    100 
    10195            // Plugin version
    10296
     
    188182         */
    189183        public function load_textdomain() {
    190             load_plugin_textdomain( 'gnt', false, basename( dirname( __FILE__ ) ) . '/languages/' );
     184            load_plugin_textdomain( 'get-notified' );
    191185        }
    192186    }
  • get-notified/trunk/readme.txt

    r1388221 r1388236  
    44Requires at least: 4.0
    55Tested up to: 4.4.2
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88
     
    3939== Changelog ==
    4040
     41= 1.0.7 = 2016-4-6
     42* FIXED: Translation setup...again :)
     43
    4144= 1.0.6 = 2016-4-6
    4245* ADDED: Language .pot file
Note: See TracChangeset for help on using the changeset viewer.