Making WordPress.org


Ignore:
Timestamp:
02/20/2020 10:49:40 PM (5 years ago)
Author:
coffee2code
Message:

Showcase: Bump CSS version number for cache bust.

File:
1 edited

Legend:

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

    r8257 r9521  
    88$prefix = is_ssl() ? 'https://' : 'http://s.';
    99wp_enqueue_style( 'blog-wp4', $prefix.'wordpress.org/style/blog-wp4.css', array(), 4 );
    10 wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 17 );
     10wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 18 );
    1111require WPORGPATH . 'header.php';
    1212?>
Note: See TracChangeset for help on using the changeset viewer.