Make WordPress Core

Changeset 15192


Ignore:
Timestamp:
06/10/2010 05:49:55 PM (14 years ago)
Author:
nacin
Message:

Don't specify a background for the default RSS widget's icon. props lancewillet, fixes #13719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r15115 r15192  
    738738        $icon = includes_url('images/rss.png');
    739739        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>";
    741741
    742742        echo $before_widget;
Note: See TracChangeset for help on using the changeset viewer.