Changeset 1772
- Timestamp:
- 07/22/2015 04:36:33 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
r1770 r1772 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), ' 1' );47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), '2' ); 48 48 49 49 if ( ! is_singular( 'page' ) ) { 50 50 wp_enqueue_script( 'google-jsapi', '//www.google.com/jsapi', array( 'jquery' ), null, true ); 51 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 5, true );51 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 6, true ); 52 52 53 53 wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset
for help on using the changeset viewer.