Make WordPress Core


Ignore:
Timestamp:
08/31/2006 12:10:59 AM (18 years ago)
Author:
ryan
Message:

Typo fix. Props schulte. fixes #3087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 )
Note: See TracChangeset for help on using the changeset viewer.