Changeset 7365
- Timestamp:
- 07/03/2018 02:07:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r7364 r7365 69 69 */ 70 70 function scripts() { 71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180702 ' );71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180702a' ); 72 72 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 73 73
Note: See TracChangeset
for help on using the changeset viewer.