Changeset 1258 for trunk/wp-includes/links.php
- Timestamp:
- 05/10/2004 08:26:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/links.php
r1235 r1258 208 208 echo('>'); 209 209 if (($row->link_image != null) && $show_images) { 210 echo "<img src='" . get_settings('siteurl') . "$row->link_image' $alt $title />"; 210 if (strstr($row->link_image, 'http')) 211 echo "<img src='$row->link_image' $alt $title />"; 212 else // If it's a relative path 213 echo "<img src='" . get_settings('siteurl') . "$row->link_image' $alt $title />"; 211 214 } else { 212 215 echo($name);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)