Changeset 2132868
- Timestamp:
- 08/02/2019 03:31:28 PM (7 years ago)
- File:
-
- 1 edited
-
wp-etracker/trunk/tracklet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-etracker/trunk/tracklet.php
r2132866 r2132868 4 4 Plugin URI: https://developer.wordpress.org/plugins/wpetracker/ 5 5 Description: Analysiere dein WordPress mit etracker. 6 Version: 1.0.12 6 Version: 1.0.121 7 7 Author: WP-etracker 8 8 Author URI: https://wp-etracker.com … … 55 55 } 56 56 else { 57 add_action('wp_enqueue_scripts', array($this, 'wpetracker_add_tracking_script'));57 //add_action('wp_enqueue_scripts', array($this, 'wpetracker_add_tracking_script')); 58 58 add_action('wp_head', array($this, 'wpetracker_add_tracking_script')); 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.