Ticket #4154: feed.diff
| File feed.diff, 886 bytes (added by filosofo, 5 years ago) |
|---|
-
wp-admin/index-extra.php
7 7 switch ( $_GET['jax'] ) { 8 8 9 9 case 'incominglinks' : 10 $rss = @fetch_rss( 'http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');10 $rss = @fetch_rss(apply_filters('feeds_path','http://feeds.technorati.com/cosmos/rss/?url='. 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="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More »'); ?></a></cite></h3> … … 66 66 break; 67 67 }
