Making WordPress.org

Changeset 5376


Ignore:
Timestamp:
04/19/2017 09:35:05 PM (9 years ago)
Author:
coffee2code
Message:

jobs.wordpress.net: Request codeispoetry*.png images over HTTPS.

Location:
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php

    r123 r5376  
    110110    wp_enqueue_style( 'dashicons' );
    111111    wp_enqueue_style( 'open-sans' );
    112     wp_enqueue_style( 'jobswp-style', get_stylesheet_uri() );
     112    wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20170419' );
    113113
    114114    wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true );
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r3001 r5376  
    12171217#wporg-footer h6 {
    12181218    clear: both;
    1219     background: url(http://s.wordpress.org/style/images/codeispoetry.png?2) center center no-repeat;
     1219    background: url('https://s.wordpress.org/style/images/codeispoetry.png?2') center center no-repeat;
    12201220    background-size: 190px 15px;
    12211221    width: 190px;
     
    12251225}
    12261226.no-static #wporg-footer h6 {
    1227     background-image: url(//wordpress.org/style/images/codeispoetry.png?2);
     1227    background-image: url('https://wordpress.org/style/images/codeispoetry.png?2');
    12281228}
    12291229
    12301230@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    12311231    #wporg-footer h6 {
    1232         background-image: url(http://s.wordpress.org/style/images/codeispoetry-2x.png?2);
     1232        background-image: url('https://s.wordpress.org/style/images/codeispoetry-2x.png?2');
    12331233    }
    12341234    .no-static #wporg-footer h6 {
    1235         background-image: url(//wordpress.org/style/images/codeispoetry-2x.png?2);
     1235        background-image: url('https://wordpress.org/style/images/codeispoetry-2x.png?2');
    12361236    }
    12371237}
Note: See TracChangeset for help on using the changeset viewer.