Changeset 5425 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 04/29/2017 02:16:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r3623 r5425 48 48 49 49 if ( ! is_singular( 'page' ) ) { 50 wp_enqueue_script( 'google- jsapi', '//www.google.com/jsapi', array( 'jquery' ), null, true );50 wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array( 'jquery' ), null, true ); 51 51 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 10, true ); 52 52
Note: See TracChangeset
for help on using the changeset viewer.