Make WordPress Core


Ignore:
Timestamp:
12/06/2007 07:49:33 PM (17 years ago)
Author:
ryan
Message:

Remove unused vars. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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();
Note: See TracChangeset for help on using the changeset viewer.