Changeset 4762 for trunk/wp-content

Show
Ignore:
Timestamp:
01/18/07 03:40:17 (2 years ago)
Author:
ryan
Message:

Remove feed:

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/classic/sidebar.php

    r4495 r4762  
    2525        <?php wp_register(); ?> 
    2626        <li><?php wp_loginout(); ?></li> 
    27         <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 
    28         <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 
     27        <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 
     28        <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 
    2929        <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> 
    3030        <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> 
  • trunk/wp-content/themes/default/footer.php

    r4495 r4762  
    66        <?php bloginfo('name'); ?> is proudly powered by 
    77        <a href="http://wordpress.org/">WordPress</a> 
    8         <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
    9         and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
     8        <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
     9        and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
    1010        <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> 
    1111    </p>