Plugin Directory

Changeset 2613380


Ignore:
Timestamp:
10/13/2021 04:50:09 AM (4 years ago)
Author:
simon_tw
Message:

fixed filename

Location:
show-google-analytics-widget/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • show-google-analytics-widget/trunk/readme.txt

    r2586522 r2613380  
    55Tested up to: 5.8
    66Requires PHP: 7.2
    7 Stable tag: 1.5.3
     7Stable tag: 1.5.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • show-google-analytics-widget/trunk/wp-ga-count.php

    r2586522 r2613380  
    44 * Plugin URI:  https://github.com/mark2me/show-google-analytics-widget
    55 * Description: 利用 Google Analytics 資料來顯示網站的今日參觀人數和總參觀人數小工具
    6  * Version:     1.5.3
     6 * Version:     1.5.4
    77 * Author:      Simon Chuang
    88 * Author URI:  https://github.com/mark2me
     
    341341     */
    342342    public function ga_settings_page() {
    343         require_once(SIG_GA_DIR.'/templates/setup.php');
     343        require_once(SIG_GA_DIR.'/templates/settings.php');
    344344    }
    345345
Note: See TracChangeset for help on using the changeset viewer.