Changeset 6798
- Timestamp:
- 02/27/2018 11:41:32 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub
- Files:
-
- 3 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 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r6778 r6798 55 55 } 56 56 57 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], 2 0);57 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], 21 ); 58 58 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 59 59 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6778 r6798 80 80 */ 81 81 function scripts() { 82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2018022 7' );82 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180228' ); 83 83 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 84 84
Note: See TracChangeset
for help on using the changeset viewer.