Ticket #4577: trunk(2.3).patch
| File trunk(2.3).patch, 956 bytes (added by , 18 years ago) |
|---|
-
index-extra.php
7 7 switch ( $_GET['jax'] ) { 8 8 9 9 case 'incominglinks' : 10 $rss = @fetch_rss(apply_filters( 'dashboard_incoming_links_feed', 'http://feeds.technorati.com/ cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress' ));10 $rss = @fetch_rss(apply_filters( 'dashboard_incoming_links_feed', 'http://feeds.technorati.com/search/'. trailingslashit(get_option('home')) .'?partner=wordpress' )); 11 11 if ( isset($rss->items) && 1 < count($rss->items) ) { // Technorati returns a 1-item feed when it has no results 12 12 ?> 13 13 <h3><?php _e('Incoming Links'); ?> <cite><a href="<?php echo apply_filters( 'dashboard_incoming_links_link', 'http://www.technorati.com/search/'. trailingslashit(get_option('home')) .'?partner=wordpress' ); ?>"><?php _e('More »'); ?></a></cite></h3>