Changeset 1544524 for google-analytics-opt-out
- Timestamp:
- 12/02/2016 08:51:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
google-analytics-opt-out/tags/2.0.1/google-analytics-opt-out.php
r1544512 r1544524 33 33 } 34 34 35 // For translation purposes 36 __( 'Google Analytics Opt-Out Pro', 'google-analytics-opt-out' ); 37 __( 'Provides an Opt-Out functionality for Google Analytics', 'google-analytics-opt-out' ); 35 add_action( 'init', function () { 36 # this is still needed @see https://wordpress.org/support/topic/this-plugin-is-not-properly-prepared-for-localization/#post-6885466 37 load_plugin_textdomain( 'google-analytics-opt-out' ); 38 } ); 38 39 39 40 define( 'GAOOP_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.