Changeset 2613380
- Timestamp:
- 10/13/2021 04:50:09 AM (4 years ago)
- Location:
- show-google-analytics-widget/trunk
- Files:
-
- 1 added
- 2 edited
-
readme.txt (modified) (1 diff)
-
templates/settings.php (added)
-
wp-ga-count.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-google-analytics-widget/trunk/readme.txt
r2586522 r2613380 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.5. 37 Stable tag: 1.5.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
show-google-analytics-widget/trunk/wp-ga-count.php
r2586522 r2613380 4 4 * Plugin URI: https://github.com/mark2me/show-google-analytics-widget 5 5 * Description: 利用 Google Analytics 資料來顯示網站的今日參觀人數和總參觀人數小工具 6 * Version: 1.5. 36 * Version: 1.5.4 7 7 * Author: Simon Chuang 8 8 * Author URI: https://github.com/mark2me … … 341 341 */ 342 342 public function ga_settings_page() { 343 require_once(SIG_GA_DIR.'/templates/set up.php');343 require_once(SIG_GA_DIR.'/templates/settings.php'); 344 344 } 345 345
Note: See TracChangeset
for help on using the changeset viewer.