Changeset 6778 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 02/26/2018 11:05:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r6697 r6778 55 55 } 56 56 57 $rtl = is_rtl() ? '-rtl' : '';58 wp_ enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 19);57 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], 20 ); 58 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 59 59 60 60 if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.