Making WordPress.org

Changeset 1629


Ignore:
Timestamp:
05/26/2015 06:03:47 PM (10 years ago)
Author:
ocean90
Message:

Rosetta Theme: Add column wrapper to inactive translations header.

see #1049.

File:
1 edited

Legend:

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

    r1615 r1629  
    88        <div class="wrapper">
    99            <div class="section">
    10                 <h3>The <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?> translation of WordPress is inactive</h3>
    11                 <p><a href="https://wordpress.org/download/">Download the English version instead</a>.</p>
    12                 <p>If you&#8217;re interested in translating WordPress to <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?>,
    13                 join <a href="https://make.wordpress.org/polyglots/">the Polyglots team</a> and find out how.</p>
     10                <div class="col-12">
     11                    <h3>The <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?> translation of WordPress is inactive</h3>
     12                    <p><a href="https://wordpress.org/download/">Download the English version instead</a>.</p>
     13                    <p>If you&#8217;re interested in translating WordPress to <?php echo $rosetta->rosetta->get_glotpress_locale()->english_name; ?>,
     14                    join <a href="https://make.wordpress.org/polyglots/">the Polyglots team</a> and find out how.</p>
     15                </div>
    1416            </div>
    1517        </div>
Note: See TracChangeset for help on using the changeset viewer.