Making WordPress.org

Changeset 1545


Ignore:
Timestamp:
05/06/2015 02:47:38 PM (11 years ago)
Author:
kovshenin
Message:

Fix some mixed content warnings in the Central theme.

Location:
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php

    r1401 r1545  
    184184         */
    185185        static function enqueue_scripts() {
    186                 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 4 );
     186                wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 5 );
    187187                wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 1, true );
    188188
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php

    r1109 r1545  
    5151?>
    5252
    53 <script type="text/javascript" src="http://use.typekit.com/yqt7hkl.js"></script>
     53<script type="text/javascript" src="//use.typekit.com/yqt7hkl.js"></script>
    5454<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    5555<?php if ( is_front_page() || is_page('about') ) : ?>
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css

    r1400 r1545  
    28642864                background-size: 35px 26px;
    28652865        }
    2866         .wordcamp-placeholder-thumb {
     2866        /*.wordcamp-placeholder-thumb {
    28672867                background: url('images/wordcamp-placeholder-thumb-2x.png') 3px 3px no-repeat;
    28682868                background-size: 82px 37px;
    2869         }
     2869        }*/
    28702870}
    28712871
Note: See TracChangeset for help on using the changeset viewer.