Changeset 5092 for branches/2.1/wp-includes/author-template.php
- Timestamp:
- 03/23/07 03:18:00 (2 years ago)
- Files:
-
- branches/2.1/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/author-template.php
r4656 r5092 145 145 function get_author_posts_url($author_id, $author_nicename = '') { 146 146 global $wpdb, $wp_rewrite, $post, $cache_userdata; 147 $auth_ID = $author_id;147 $auth_ID = (int) $author_id; 148 148 $link = $wp_rewrite->get_author_permastruct(); 149 149
