Changeset 7273
- Timestamp:
- 06/06/2018 04:20:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r6903 r7273 55 55 } 56 56 57 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 321' );57 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180606' ); 58 58 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 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 8, true );62 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 19, true ); 63 63 64 64 wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset
for help on using the changeset viewer.