Ticket #4577: 2.2.patch
| File 2.2.patch, 798 bytes (added by , 18 years ago) |
|---|
-
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('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="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More »'); ?></a></cite></h3>