Changeset 6364 for trunk/wp-includes/author-template.php
- Timestamp:
- 12/06/07 19:49:33 (1 year ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r6026 r6364 317 317 */ 318 318 function get_author_posts_url($author_id, $author_nicename = '') { 319 global $wp db, $wp_rewrite, $post;319 global $wp_rewrite; 320 320 $auth_ID = (int) $author_id; 321 321 $link = $wp_rewrite->get_author_permastruct();
