Changeset 2547302
- Timestamp:
- 06/14/2021 08:28:12 AM (5 years ago)
- Location:
- humanized-statistics
- Files:
-
- 2 edited
-
tags/0.7/google-chart-statistics.php (modified) (1 diff)
-
trunk/google-chart-statistics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
humanized-statistics/tags/0.7/google-chart-statistics.php
r2518098 r2547302 40 40 $GLOBALS['gcs_plugin_path'] = $gcs_plugin_path = PLUGIN_DIR_PATH(__FILE__); 41 41 $GLOBALS['gcs_plugin_url'] = $gcs_plugin_url = WP_PLUGIN_URL . '/humanized-statistics/'; 42 $GLOBALS['gcs_url'] = $gcs_url = home_url ;42 $GLOBALS['gcs_url'] = $gcs_url = home_url(); 43 43 44 44 if(is_admin()) -
humanized-statistics/trunk/google-chart-statistics.php
r2518098 r2547302 40 40 $GLOBALS['gcs_plugin_path'] = $gcs_plugin_path = PLUGIN_DIR_PATH(__FILE__); 41 41 $GLOBALS['gcs_plugin_url'] = $gcs_plugin_url = WP_PLUGIN_URL . '/humanized-statistics/'; 42 $GLOBALS['gcs_url'] = $gcs_url = home_url ;42 $GLOBALS['gcs_url'] = $gcs_url = home_url(); 43 43 44 44 if(is_admin())
Note: See TracChangeset
for help on using the changeset viewer.