Changeset 6364 for trunk/wp-includes/author-template.php
- Timestamp:
- 12/06/2007 07:49:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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();
Note: See TracChangeset
for help on using the changeset viewer.