diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
index 921c899ab..88af04ecd 100644
|
|
function wporg_themes_scripts() { |
106 | 106 | wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20191030', true ); |
107 | 107 | |
108 | 108 | // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE" |
109 | | $title_suffix = isset( $GLOBALS['wporg_global_header_options']['rosetta_title'] ) ? $GLOBALS['wporg_global_header_options']['rosetta_title'] : 'WordPess.org'; |
| 109 | $title_suffix = isset( $GLOBALS['wporg_global_header_options']['rosetta_title'] ) ? $GLOBALS['wporg_global_header_options']['rosetta_title'] : 'WordPress.org'; |
110 | 110 | |
111 | 111 | wp_localize_script( 'wporg-theme', '_wpThemeSettings', array( |
112 | 112 | 'themes' => false, |