Show
Ignore:
Timestamp:
12/06/07 19:49:33 (1 year ago)
Author:
ryan
Message:

Remove unused vars. Props DD32. see #5418

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/author-template.php

    r6026 r6364  
    317317 */ 
    318318function get_author_posts_url($author_id, $author_nicename = '') { 
    319     global $wpdb, $wp_rewrite, $post
     319    global $wp_rewrite
    320320    $auth_ID = (int) $author_id; 
    321321    $link = $wp_rewrite->get_author_permastruct();