Changeset 7621

Show
Ignore:
Timestamp:
01/26/07 17:22:28 (1 year ago)
Author:
GamerZ
Message:

Wrong Author Link

Files:

Legend:

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

    r7606 r7621  
    238238                        $posts_total = intval($post->posts_total);                         
    239239                        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"; 
    241241                        } else { 
    242242                              $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";