- Timestamp:
- 02/26/2018 11:05:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6752 r6778 80 80 */ 81 81 function scripts() { 82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2018022 6' );82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180227' ); 83 83 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 84 84
Note: See TracChangeset
for help on using the changeset viewer.