Changeset 2264699
- Timestamp:
- 03/20/2020 06:41:42 PM (6 years ago)
- Location:
- continue-shopping-for-woocommerce
- Files:
-
- 4 edited
-
tags/1.4.2/readme.txt (modified) (1 diff)
-
tags/1.4.2/woocommerce-continue-shopping.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woocommerce-continue-shopping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
continue-shopping-for-woocommerce/tags/1.4.2/readme.txt
r2264625 r2264699 33 33 34 34 == Changelog == 35 = 1.4.2 = 35 = 1.4.2 = 36 36 * FIX - Text Domain fix for external translations 37 37 -
continue-shopping-for-woocommerce/tags/1.4.2/woocommerce-continue-shopping.php
r2264625 r2264699 9 9 Text Domain: continue-shopping-for-woocommerce 10 10 WC requires at least: 2.4 11 WC tested up to: 4.0. 011 WC tested up to: 4.0.1 12 12 */ 13 13 … … 58 58 add_filter("plugin_action_links_$plugin", 'hpy_cs_settings_link' ); 59 59 60 /** 61 * Load plugin textdomain. 62 */ 63 function hpy_cs_load_textdomain() { 64 load_plugin_textdomain( 'continue-shopping-for-woocommerce', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 65 } 66 add_action( 'init', 'hpy_cs_load_textdomain' ); -
continue-shopping-for-woocommerce/trunk/readme.txt
r2264625 r2264699 33 33 34 34 == Changelog == 35 = 1.4.2 = 35 = 1.4.2 = 36 36 * FIX - Text Domain fix for external translations 37 37 -
continue-shopping-for-woocommerce/trunk/woocommerce-continue-shopping.php
r2264625 r2264699 9 9 Text Domain: continue-shopping-for-woocommerce 10 10 WC requires at least: 2.4 11 WC tested up to: 4.0. 011 WC tested up to: 4.0.1 12 12 */ 13 13 … … 58 58 add_filter("plugin_action_links_$plugin", 'hpy_cs_settings_link' ); 59 59 60 /** 61 * Load plugin textdomain. 62 */ 63 function hpy_cs_load_textdomain() { 64 load_plugin_textdomain( 'continue-shopping-for-woocommerce', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 65 } 66 add_action( 'init', 'hpy_cs_load_textdomain' );
Note: See TracChangeset
for help on using the changeset viewer.