Changeset 7202 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 05/14/2018 06:52:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r7034 r7202 60 60 */ 61 61 function scripts() { 62 wp_enqueue_style( 'wporg-plugins', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 321' );62 wp_enqueue_style( 'wporg-plugins', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180514' ); 63 63 wp_style_add_data( 'wporg-plugins', 'rtl', 'replace' ); 64 64
Note: See TracChangeset
for help on using the changeset viewer.