Make WordPress Core


Ignore:
Timestamp:
02/14/2010 08:07:55 AM (15 years ago)
Author:
nacin
Message:

Use automatic_feed_links() in twentyten, see #9015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/header.php

    r13141 r13144  
    2828    <?php wp_head(); ?>
    2929
    30     <link rel="alternate" type="application/rss+xml" href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php printf( esc_attr__( '%s latest posts', 'twentyten' ), esc_html( get_bloginfo('name') ) ); ?>" />
    31     <link rel="alternate" type="application/rss+xml" href="<?php bloginfo( 'comments_rss2_url' ); ?>" title="<?php printf( esc_attr__( '%s latest comments', 'twentyten' ), esc_html( get_bloginfo('name') ) ); ?>" />
    3230    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    3331</head>
Note: See TracChangeset for help on using the changeset viewer.