Changeset 10452
- Timestamp:
- 11/18/2020 03:57:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r10351 r10452 106 106 } 107 107 108 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2020 0708a' );108 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20201118' ); 109 109 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 110 110 111 111 if ( ! is_singular( 'page' ) ) { 112 112 wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true ); 113 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '2020 0415', true );113 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20201118', true ); 114 114 115 115 // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE"
Note: See TracChangeset
for help on using the changeset viewer.