Making WordPress.org


Ignore:
Timestamp:
12/23/2015 08:41:21 PM (9 years ago)
Author:
coffee2code
Message:

Make home theme: Fix i18n handling.

  • Make all strings translatable.
  • Consistently use 'make-wporg' as text domain.

Fixes #1287.
Props ramiy.

File:
1 edited

Legend:

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

    r80 r2225  
    99        <form action="#" method="post">
    1010            <fieldset>
    11                 <label for="signup-email">Get news updates in your email:</label>
     11                <label for="signup-email"><?php _e( 'Get news updates in your email:', 'make-wporg' ); ?></label>
    1212                <input type="email" name="email" class="text" id="signup-email" />
    13                 <button type="submit" class="button button-primary">Sign Up</button>
     13                <button type="submit" class="button button-primary"><?php _e( 'Sign Up', 'make-wporg' ); ?></button>
    1414            </fieldset>
    1515        </form>
Note: See TracChangeset for help on using the changeset viewer.