Making WordPress.org


Ignore:
Timestamp:
07/10/2018 11:45:28 PM (6 years ago)
Author:
obenland
Message:

Showcase: Cache bump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php

    r7290 r7417  
    44$prefix = is_ssl() ? 'https://' : 'http://s.';
    55wp_enqueue_style( 'blog-wp4', $prefix.'wordpress.org/style/blog-wp4.css', array(), 4 );
    6 wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 16 );
     6wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 17 );
    77require WPORGPATH . 'header.php';
    88?>
Note: See TracChangeset for help on using the changeset viewer.