Changeset 6116
- Timestamp:
- 06/09/06 11:01:13 (2 years ago)
- Files:
-
- wp-stats/trunk/stats/wp-stats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/wp-stats.php
r6115 r6116 243 243 <?php 244 244 if ($page >= 4) { 245 echo '< a href="'.get_settings('siteurl').'/wp-content/plugins/stats/wp-stats.php?author='.$comment_author_link.'" title="'.__('Go to First Page').'">« '.__('First').'</a></b> ... '."\n";245 echo '<b><a href="'.get_settings('siteurl').'/wp-content/plugins/stats/wp-stats.php?author='.$comment_author_link.'" title="'.__('Go to First Page').'">« '.__('First').'</a></b> ... '."\n"; 246 246 } 247 247 if($page > 1) { 248 echo ' < a href="'.get_settings('siteurl').'/wp-content/plugins/stats/wp-stats.php?author='.$comment_author_link.'&page='.($page-1).'" title="« '.__('Go to Page').' '.($page-1).'">«</a></b> '."\n";248 echo ' <b><a href="'.get_settings('siteurl').'/wp-content/plugins/stats/wp-stats.php?author='.$comment_author_link.'&page='.($page-1).'" title="« '.__('Go to Page').' '.($page-1).'">«</a></b> '."\n"; 249 249 } 250 250 for($i = $page - 2 ; $i <= $page +2; $i++) {
