Changeset 9020
- Timestamp:
- 07/03/2019 03:56:11 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
r9006 r9020 71 71 */ 72 72 function scripts() { 73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2019070 1' );73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190703' ); 74 74 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 75 75
Note: See TracChangeset
for help on using the changeset viewer.