Changeset 7621
- Timestamp:
- 01/26/07 17:22:28 (1 year ago)
- Files:
-
- wp-stats/trunk/stats/stats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-stats/trunk/stats/stats.php
r7606 r7621 238 238 $posts_total = intval($post->posts_total); 239 239 if($using_permalink) { 240 $temp .= "<li><a href=\"".get_settings(' siteurl').$author_link."\" title=\"".sprintf(__('View posts posted by %s', 'wp-stats'), $display_name)."\">$display_name</a> ($posts_total)</li>\n";240 $temp .= "<li><a href=\"".get_settings('home').$author_link."\" title=\"".sprintf(__('View posts posted by %s', 'wp-stats'), $display_name)."\">$display_name</a> ($posts_total)</li>\n"; 241 241 } else { 242 242 $temp .= "<li><a href=\"".get_settings('siteurl')."/?author_name=$post_author\" title=\"".sprintf(__('View posts posted by %s', 'wp-stats'), $display_name)."\">$display_name</a> ($posts_total)</li>\n";
