Changeset 1927 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 09/30/2015 06:58:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1900 r1927 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 4);47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 5 ); 48 48 49 49 if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.