Changeset 11965
- Timestamp:
- 07/14/2022 11:02:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r11955 r11965 140 140 } 141 141 142 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2022071 1' );142 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20220714' ); 143 143 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 144 144 145 145 if ( ! is_singular( 'page' ) ) { 146 146 wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true ); 147 wp_enqueue_script( 'wporg-theme', get_stylesheet_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '202 10303', true );147 wp_enqueue_script( 'wporg-theme', get_stylesheet_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20220714', true ); 148 148 149 149 // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE"
Note: See TracChangeset
for help on using the changeset viewer.