Changeset 1776
- Timestamp:
- 07/22/2015 09:15:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1772 r1776 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), '2');47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 3 ); 48 48 49 49 if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.