Changeset 22481 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 11/09/2012 02:06:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r22439 r22481 779 779 $title = apply_filters('widget_title', $title, $instance, $this->id_base); 780 780 $url = esc_url(strip_tags($url)); 781 // Didn't want to have to add additional theme CSS for retina version of rss.png 782 // Forcing 2x here looks fine on non-retina devices 783 $icon = includes_url('images/rss-2x.png'); 781 $icon = includes_url('images/rss.png'); 784 782 if ( $title ) 785 783 $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>";
Note: See TracChangeset
for help on using the changeset viewer.