Making WordPress.org

Changeset 1060


Ignore:
Timestamp:
12/22/2014 01:21:38 AM (10 years ago)
Author:
nacin
Message:

Rosetta: Don't use the native name on the inactive translation message. see #487.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/index.php

    r1059 r1060  
    77        <div class="wrapper">
    88            <div class="section">
    9                 <h3>The <?php bloginfo( 'name' ); ?> translation of WordPress is inactive</h3>
     9                <h3>The <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?> translation of WordPress is inactive</h3>
    1010                <p><a href="https://wordpress.org/download/">Download the English version instead</a>.</p>
    11                 <p>If you&#8217;re interested in translating WordPress to <?php bloginfo( 'name' ); ?>,
     11                <p>If you&#8217;re interested in translating WordPress to <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?>,
    1212                join <a href="https://make.wordpress.org/polyglots/">the Polyglots team</a> and find out how.</p>
    1313            </div>
Note: See TracChangeset for help on using the changeset viewer.