Changeset 6473 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 01/30/2018 05:38:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r6460 r6473 44 44 45 45 $rtl = is_rtl() ? '-rtl' : ''; 46 wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 1 5);46 wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 16 ); 47 47 48 48 if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.