Changeset 9637 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 03/26/2020 05:16:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r9631 r9637 110 110 if ( ! is_singular( 'page' ) ) { 111 111 wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true ); 112 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '2020022 1', true );112 wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20200226', true ); 113 113 114 114 // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE" … … 121 121 'title' => array( 122 122 'default' => "%s | ${title_suffix}", 123 'home' => __( 'WordPress Themes', 'wporg-themes' ) . " | ${title_suffix}", 123 124 'theme' => '%s - ' . __( 'WordPress theme', 'wporg-themes' ) . " | ${title_suffix}", 124 125 /* translators: %s: theme author name */
Note: See TracChangeset
for help on using the changeset viewer.