Changeset 3087635 for jetpack/trunk/modules/google-analytics.php
- Timestamp:
- 05/16/2024 09:58:25 AM (23 months ago)
- File:
-
- 1 edited
-
jetpack/trunk/modules/google-analytics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/modules/google-analytics.php
r3086083 r3087635 14 14 */ 15 15 16 use Automattic\Jetpack\Google_Analytics\GA_Manager; 17 18 // Load the old classes for backward compatibility. 16 // Load main Jetpack_Google_Analytics class. 19 17 require __DIR__ . '/google-analytics/wp-google-analytics.php'; 20 21 global $jetpack_google_analytics;22 $jetpack_google_analytics = GA_Manager::get_instance();
Note: See TracChangeset
for help on using the changeset viewer.