Making WordPress.org

Changeset 4075


Ignore:
Timestamp:
09/15/2016 07:51:44 PM (8 years ago)
Author:
coffee2code
Message:

WordPress.tv: Explicitly use HTTPS for site links in page head.

Props SergeyBiryukov.
Fixes #2037.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/header.php

    r4071 r4075  
    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(); ?>
Note: See TracChangeset for help on using the changeset viewer.