Changeset 17007

Show
Ignore:
Timestamp:
08/15/07 14:18:50 (11 months ago)
Author:
GamerZ
Message:

Fixed WP-Stats API Bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-useronline/trunk/useronline/useronline.php

    r16108 r17007  
    771771 
    772772### Function: Plug Into WP-Stats 
    773 if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php')) { 
     773if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) { 
    774774      add_filter('wp_stats_page_admin_plugins', 'useronline_page_admin_general_stats'); 
    775775      add_filter('wp_stats_page_plugins', 'useronline_page_general_stats'); 
  • wp-useronline/trunk/useronline/wp-useronline.pot

    r16584 r17007  
    33"Project-Id-Version: WP-UserOnline 2.20\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-08-11 01:12+0800\n" 
     5"PO-Revision-Date: 2007-08-15 21:50+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <gamerz84@hotmail.com>\n"