Changeset 4057
- Timestamp:
- 07/28/06 10:50:35 (2 years ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r4055 r4057 134 134 } 135 135 136 function get_author_link($echo = false, $author_id, $author_nicename ) {136 function get_author_link($echo = false, $author_id, $author_nicename = '') { 137 137 global $wpdb, $wp_rewrite, $post, $cache_userdata; 138 138 $auth_ID = $author_id;
