Changeset 6798 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 02/27/2018 11:41:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r6778 r6798 60 60 */ 61 61 function scripts() { 62 wp_enqueue_style( 'wporg-plugins', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2018022 7' );62 wp_enqueue_style( 'wporg-plugins', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180228' ); 63 63 wp_style_add_data( 'wporg-plugins', 'rtl', 'replace' ); 64 64
Note: See TracChangeset
for help on using the changeset viewer.