Ticket #2037: meta-2037.2.patch
File meta-2037.2.patch, 1.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/header.php
16 16 <meta charset="<?php bloginfo( 'charset' ); ?>"> 17 17 <title><?php wp_title( '|', true, 'right' ); ?></title> 18 18 19 <link rel="alternate" type="application/rss+xml" title="<?php esc_attr_e( 'WordPress.tv RSS Feed', 'wptv' ); ?>" href="http ://wordpress.tv/feed/" />20 <link rel="alternate" type="application/rss+xml" title="<?php esc_attr_e( 'WordPress.tv Blog RSS Feed', 'wptv' ); ?>" href="http ://blog.wordpress.tv/feed/" />19 <link rel="alternate" type="application/rss+xml" title="<?php esc_attr_e( 'WordPress.tv RSS Feed', 'wptv' ); ?>" href="https://wordpress.tv/feed/" /> 20 <link rel="alternate" type="application/rss+xml" title="<?php esc_attr_e( 'WordPress.tv Blog RSS Feed', 'wptv' ); ?>" href="https://blog.wordpress.tv/feed/" /> 21 21 <link rel="profile" href="http://gmpg.org/xfn/11"> 22 22 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 23 23 24 <script type="text/javascript" src=" //use.typekit.com/mgi6udv.js"></script>24 <script type="text/javascript" src="https://use.typekit.com/mgi6udv.js"></script> 25 25 <script type="text/javascript">try{Typekit.load();}catch(e){}</script> 26 26 <?php wp_head(); ?> 27 27 </head>