Changeset 4983 for trunk/wp-includes/link-template.php
- Timestamp:
- 03/07/2007 03:05:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r4953 r4983 164 164 165 165 if (! $link ) { 166 $link = get_bloginfo(' home') . "/?attachment_id=$id";166 $link = get_bloginfo('url') . "/?attachment_id=$id"; 167 167 } 168 168
Note: See TracChangeset
for help on using the changeset viewer.