Changeset 6327
- Timestamp:
- 01/09/2018 05:08:46 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
r6325 r6327 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 1 2);47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 13 ); 48 48 49 49 if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.