- Timestamp:
- 03/21/2018 09:25:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6798 r6903 80 80 */ 81 81 function scripts() { 82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 228' );82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' ); 83 83 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 84 84
Note: See TracChangeset
for help on using the changeset viewer.