Changeset 9773

Show
Ignore:
Timestamp:
03/29/07 08:02:02 (1 year ago)
Author:
GamerZ
Message:

Removed Unwanted Code

Files:

Legend:

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

    r9772 r9773  
    367367      } 
    368368      return $stats_url; 
    369 } 
    370  
    371  
    372 ### Function: Change Page Title 
    373 if(isset($_GET['stats_author'])) { 
    374       add_filter('wp_title', 'stats_pagetitle'); 
    375 } 
    376 function stats_pagetitle($content) { 
    377       $comment_author = urldecode(strip_tags(stripslashes(trim($_GET['stats_author'])))); 
    378       $content = $comment_author.' - User Comments'; 
    379       return $content; 
    380369} 
    381370