Making WordPress.org


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

Fix some mixed content warnings in the Central theme.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.