Making WordPress.org

Changeset 4071


Ignore:
Timestamp:
09/15/2016 05:14:05 PM (9 years ago)
Author:
coffee2code
Message:

WordPress.tv: Fix mixed content warning for Typekit JS.

Props SergeyBiryukov, targz-1.
Fixes #2037.

File:
1 edited

Legend:

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

    r2332 r4071  
    2222    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    2323
    24     <script type="text/javascript" src="http://use.typekit.com/mgi6udv.js"></script>
     24    <script type="text/javascript" src="//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.