- Timestamp:
- 11/19/2014 03:23:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/header.php
r912 r994 10 10 ); 11 11 12 wp_enqueue_style( 'rosetta', get_bloginfo( 'stylesheet_url' ), array(), 16, 'screen' ); 12 wp_enqueue_style( 'rosetta', get_stylesheet_uri(), array(), 16, 'screen' ); 13 14 if ( is_rtl() ) { 15 wp_enqueue_style( 'rosetta-rtl', get_locale_stylesheet_uri(), array( 'rosetta' ), 2, 'screen' ); 16 } 17 13 18 if ( is_locale_css() ) { 14 19 wp_enqueue_style( 'rosetta-locale', get_locale_css_url(), array(), 1 );
Note: See TracChangeset
for help on using the changeset viewer.