Changeset 9773
- Timestamp:
- 03/29/07 08:02:02 (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
r9772 r9773 367 367 } 368 368 return $stats_url; 369 }370 371 372 ### Function: Change Page Title373 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;380 369 } 381 370
