Make WordPress Core


Ignore:
Timestamp:
03/23/2007 12:59:21 AM (18 years ago)
Author:
matt
Message:

(int)er the dragon.

File:
1 edited

Legend:

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

    r4656 r5087  
    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
Note: See TracChangeset for help on using the changeset viewer.