Changeset 17004
- Timestamp:
- 08/15/07 14:18:37 (11 months ago)
- Location:
- wp-polls/trunk/polls
- Files:
-
- 3 modified
-
polls.php (modified) (1 diff)
-
wp-polls.mo (modified) (previous)
-
wp-polls.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-polls/trunk/polls/polls.php
r16470 r17004 1187 1187 1188 1188 ### Function: Plug Into WP-Stats 1189 if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') ) {1189 if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) { 1190 1190 add_filter('wp_stats_page_admin_plugins', 'polls_page_admin_general_stats'); 1191 1191 add_filter('wp_stats_page_plugins', 'polls_page_general_stats'); -
wp-polls/trunk/polls/wp-polls.pot
r16561 r17004 3 3 "Project-Id-Version: WP-Polls 2.21\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-08-1 0 02:33+0800\n"5 "PO-Revision-Date: 2007-08-15 21:49+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n"
