Changeset 5087 for trunk/wp-includes/author-template.php
- Timestamp:
- 03/23/2007 12:59:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r4656 r5087 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
Note: See TracChangeset
for help on using the changeset viewer.