Changeset 4145

Show
Ignore:
Timestamp:
08/31/06 00:10:59 (2 years ago)
Author:
ryan
Message:

Typo fix. Props schulte. fixes #3087

Files:

Legend:

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

    r4144 r4145  
    480480// Deprecated. Use get_author_posts_url(). 
    481481function get_author_link($echo = false, $author_id, $author_nicename = '') { 
    482     $link = get_author_posts_link($author_id, $author_nicename); 
     482    $link = get_author_posts_url($author_id, $author_nicename); 
    483483 
    484484    if ( $echo )