Changeset 1388236
- Timestamp:
- 04/06/2016 02:05:21 PM (10 years ago)
- Location:
- get-notified/trunk
- Files:
-
- 1 deleted
- 2 edited
-
get-notified.php (modified) (3 diffs)
-
languages (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
get-notified/trunk/get-notified.php
r1388221 r1388236 6 6 * Author: Kyle Benk 7 7 * Author URI: https://kylebenk.com 8 * Version: 1.0. 68 * Version: 1.0.7 9 9 * Text Domain: get-notified 10 10 * Domain Path: /languages … … 93 93 } 94 94 95 // Plugin text domain96 97 if ( ! defined( 'GET_NOTIFIED_TEXT_DOMAIN' ) ) {98 define( 'GET_NOTIFIED_TEXT_DOMAIN', 'get-notified' );99 }100 101 95 // Plugin version 102 96 … … 188 182 */ 189 183 public function load_textdomain() { 190 load_plugin_textdomain( 'g nt', false, basename( dirname( __FILE__ ) ) . '/languages/' );184 load_plugin_textdomain( 'get-notified' ); 191 185 } 192 186 } -
get-notified/trunk/readme.txt
r1388221 r1388236 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4.2 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv2 or later 8 8 … … 39 39 == Changelog == 40 40 41 = 1.0.7 = 2016-4-6 42 * FIXED: Translation setup...again :) 43 41 44 = 1.0.6 = 2016-4-6 42 45 * ADDED: Language .pot file
Note: See TracChangeset
for help on using the changeset viewer.