Making WordPress.org


Ignore:
Timestamp:
03/06/2020 10:42:05 PM (4 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

    r9521 r9574  
    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(), 18 );
     10wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 19 );
    1111require WPORGPATH . 'header.php';
    1212?>
Note: See TracChangeset for help on using the changeset viewer.