Changeset 9272
- Timestamp:
- 11/13/2019 08:51:32 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
r9250 r9272 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'] : 'WordP ess.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(
Note: See TracChangeset
for help on using the changeset viewer.