Changeset 14429 for trunk/wp-includes/link-template.php
- Timestamp:
- 05/04/2010 12:28:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r14374 r14429 322 322 323 323 if ( ! $link ) 324 $link = trailingslashit(get_bloginfo('url')) . "?attachment_id=$id";324 $link = home_url( "/?attachment_id=$id" ); 325 325 326 326 return apply_filters('attachment_link', $link, $id);
Note: See TracChangeset
for help on using the changeset viewer.