Making WordPress.org

Changeset 9272


Ignore:
Timestamp:
11/13/2019 08:51:32 AM (5 years ago)
Author:
Otto42
Message:

Themes: Correct WordPress spelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r9250 r9272  
    107107
    108108        // 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';
    110110
    111111        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.