Plugin Directory

Changeset 2547302


Ignore:
Timestamp:
06/14/2021 08:28:12 AM (5 years ago)
Author:
KwarK
Message:

fix update_url function

Location:
humanized-statistics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • humanized-statistics/tags/0.7/google-chart-statistics.php

    r2518098 r2547302  
    4040$GLOBALS['gcs_plugin_path'] = $gcs_plugin_path = PLUGIN_DIR_PATH(__FILE__);
    4141$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();
    4343
    4444if(is_admin())
  • humanized-statistics/trunk/google-chart-statistics.php

    r2518098 r2547302  
    4040$GLOBALS['gcs_plugin_path'] = $gcs_plugin_path = PLUGIN_DIR_PATH(__FILE__);
    4141$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();
    4343
    4444if(is_admin())
Note: See TracChangeset for help on using the changeset viewer.