[wp-cvs] wordpress/wp-admin index.php,1.17,1.18
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Feb 11 00:38:22 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2561/wp-admin
Modified Files:
index.php
Log Message:
More consistent results
Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** index.php 2 Feb 2005 10:36:59 -0000 1.17
--- index.php 11 Feb 2005 00:38:20 -0000 1.18
***************
*** 86,97 ****
<?php
! $rss = @fetch_rss('http://feedster.com/links.php?url='. trailingslashit(get_option('home')) .'&type=rss&limit=6');
if ( isset($rss->items) && 0 != count($rss->items) ) {
?>
<div id="incominglinks">
! <h3><?php _e('Incoming Links'); ?> <cite><a href="http://feedster.com/links.php?url=<?php echo trailingslashit(get_option('home')); ?>"><?php _e('More'); ?> »</a></cite></h3>
<ul>
<?php
! $rss->items = array_slice($rss->items, 0, 6);
foreach ($rss->items as $item ) {
?>
--- 86,97 ----
<?php
! $rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');
if ( isset($rss->items) && 0 != count($rss->items) ) {
?>
<div id="incominglinks">
! <h3><?php _e('Incoming Links'); ?> <cite><a href="http://feeds.technorati.com/cosmos/search.html?url=<?php echo trailingslashit(get_option('home')); ?>&partner=wordpress"><?php _e('More'); ?> »</a></cite></h3>
<ul>
<?php
! $rss->items = array_slice($rss->items, 0, 10);
foreach ($rss->items as $item ) {
?>
More information about the cvs
mailing list