Making WordPress.org


Ignore:
Timestamp:
11/18/2020 07:08:47 PM (6 years ago)
Author:
ryelle
Message:

WordPress.org Main: Move enterprise resources to the bottom of the page.

See #4825.

File:
1 edited

Legend:

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

    r10455 r10456  
    8484        $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    8585
    86         wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20201118' );
     86        wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20201118a' );
    8787        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8888
Note: See TracChangeset for help on using the changeset viewer.