Changeset 4057

Show
Ignore:
Timestamp:
07/28/06 10:50:35 (2 years ago)
Author:
ryan
Message:

Make nicename optional.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/author-template.php

    r4055 r4057  
    134134} 
    135135 
    136 function get_author_link($echo = false, $author_id, $author_nicename) { 
     136function get_author_link($echo = false, $author_id, $author_nicename = '') { 
    137137    global $wpdb, $wp_rewrite, $post, $cache_userdata; 
    138138    $auth_ID = $author_id;