Making WordPress.org

Ticket #2037: meta-2037.2.patch

File meta-2037.2.patch, 1.4 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/header.php

     
    1616        <meta charset="<?php bloginfo( 'charset' ); ?>">
    1717        <title><?php wp_title( '|', true, 'right' ); ?></title>
    1818
    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/" />
    2121        <link rel="profile" href="http://gmpg.org/xfn/11">
    2222        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    2323
    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>
    2525        <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    2626        <?php wp_head(); ?>
    2727</head>