Changeset 6631
- Timestamp:
- 02/13/2018 10:28:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r6552 r6631 56 56 57 57 $rtl = is_rtl() ? '-rtl' : ''; 58 wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 1 7);58 wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 18 ); 59 59 60 60 if ( ! is_singular( 'page' ) ) { 61 61 wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true ); 62 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 1 6, true );62 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 17, true ); 63 63 64 64 wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset
for help on using the changeset viewer.