Show
Ignore:
Timestamp:
03/23/07 03:18:00 (2 years ago)
Author:
ryan
Message:

Big int patch for 2.1

Files:

Legend:

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

    r4656 r5092  
    145145function get_author_posts_url($author_id, $author_nicename = '') { 
    146146    global $wpdb, $wp_rewrite, $post, $cache_userdata; 
    147     $auth_ID = $author_id; 
     147    $auth_ID = (int) $author_id; 
    148148    $link = $wp_rewrite->get_author_permastruct(); 
    149149