Changeset 7633
- Timestamp:
- 08/24/2018 07:07:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r7464 r7633 60 60 */ 61 61 function scripts() { 62 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 514a' );62 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180824' ); 63 63 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 64 64
Note: See TracChangeset
for help on using the changeset viewer.