Changeset 13144 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 02/14/2010 08:07:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r13141 r13144 28 28 <?php wp_head(); ?> 29 29 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') ) ); ?>" />32 30 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 33 31 </head>
Note: See TracChangeset
for help on using the changeset viewer.