Changeset 4145 for trunk/wp-includes/deprecated.php
- Timestamp:
- 08/31/2006 12:10:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r4144 r4145 480 480 // Deprecated. Use get_author_posts_url(). 481 481 function 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); 483 483 484 484 if ( $echo )
Note: See TracChangeset
for help on using the changeset viewer.