Changeset 7358
- Timestamp:
- 07/02/2018 11:33:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r7287 r7358 100 100 */ 101 101 function scripts() { 102 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 321' );102 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180702' ); 103 103 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 104 104
Note: See TracChangeset
for help on using the changeset viewer.