Changeset 4056
- Timestamp:
- 07/28/06 10:50:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/template-functions-author.php
r4054 r4056 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;
