Make WordPress Core


Ignore:
Timestamp:
03/07/2007 03:05:41 AM (19 years ago)
Author:
ryan
Message:

Standardize on 'url' for fetching the blog's url. Props rob1n. fixes #3623

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r4953 r4983  
    164164
    165165    if (! $link ) {
    166         $link = get_bloginfo('home') . "/?attachment_id=$id";
     166        $link = get_bloginfo('url') . "/?attachment_id=$id";
    167167    }
    168168
Note: See TracChangeset for help on using the changeset viewer.