Changeset 2269158
- Timestamp:
- 03/27/2020 02:29:58 PM (6 years ago)
- Location:
- counter-wpmenir
- Files:
-
- 1 edited
- 6 copied
-
tags/3.2.1.3 (copied) (copied from counter-wpmenir/trunk)
-
tags/3.2.1.3/admin (copied) (copied from counter-wpmenir/trunk/admin)
-
tags/3.2.1.3/class (copied) (copied from counter-wpmenir/trunk/class)
-
tags/3.2.1.3/cw.init.php (copied) (copied from counter-wpmenir/trunk/cw.init.php) (2 diffs)
-
tags/3.2.1.3/languages (copied) (copied from counter-wpmenir/trunk/languages)
-
tags/3.2.1.3/old.version.php (copied) (copied from counter-wpmenir/trunk/old.version.php)
-
trunk/cw.init.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
counter-wpmenir/tags/3.2.1.3/cw.init.php
r2269152 r2269158 5 5 Description: Need a counter for your stuff. this is what exactly you want. 6 6 Author: Sadegh Mahdilou 7 Version: 3.2.1. 27 Version: 3.2.1.3 8 8 ChannelVersion: Developmnet 9 9 copyright: 2015 - 2020 … … 37 37 load_plugin_textdomain( 'counter-wpmenir', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 38 38 } 39 40 // i18n plugin domain 41 define('COUNTER_WORDPRESS_I18N_DOMAIN', 'Counter-WordPress'); 42 43 /* Initialise the internationalisation domain */ 44 load_plugin_textdomain(COUNTER_WORDPRESS_I18N_DOMAIN,'wp-content/plugins/duplicate-post/languages','counter-wpmenir/languages'); 45 46 39 47 // Include the core of plugin 40 48 include('class/cw.core.php'); -
counter-wpmenir/trunk/cw.init.php
r2269152 r2269158 5 5 Description: Need a counter for your stuff. this is what exactly you want. 6 6 Author: Sadegh Mahdilou 7 Version: 3.2.1. 27 Version: 3.2.1.3 8 8 ChannelVersion: Developmnet 9 9 copyright: 2015 - 2020 … … 37 37 load_plugin_textdomain( 'counter-wpmenir', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); 38 38 } 39 40 // i18n plugin domain 41 define('COUNTER_WORDPRESS_I18N_DOMAIN', 'Counter-WordPress'); 42 43 /* Initialise the internationalisation domain */ 44 load_plugin_textdomain(COUNTER_WORDPRESS_I18N_DOMAIN,'wp-content/plugins/duplicate-post/languages','counter-wpmenir/languages'); 45 46 39 47 // Include the core of plugin 40 48 include('class/cw.core.php');
Note: See TracChangeset
for help on using the changeset viewer.