Changeset 15192
- Timestamp:
- 06/10/2010 05:49:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r15115 r15192 738 738 $icon = includes_url('images/rss.png'); 739 739 if ( $title ) 740 $title = "<a class='rsswidget' href='$url' title='" . esc_attr (__('Syndicate this content')) ."'><img style='background:orange;color:white;border:none;' width='14' height='14' src='$icon' alt='RSS' /></a> <a class='rsswidget' href='$link' title='$desc'>$title</a>";740 $title = "<a class='rsswidget' href='$url' title='" . esc_attr__( 'Syndicate this content' ) ."'><img style='border:0' width='14' height='14' src='$icon' alt='RSS' /></a> <a class='rsswidget' href='$link' title='$desc'>$title</a>"; 741 741 742 742 echo $before_widget;
Note: See TracChangeset
for help on using the changeset viewer.