Making WordPress.org


Ignore:
Timestamp:
12/23/2015 08:41:21 PM (8 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/404.php

    r644 r2225  
    66    <div id="404" class="post 404">
    77
    8         <h2 class="section-title">Not Found</h2>
     8        <h2 class="section-title"><?php _e( 'Not Found', 'make-wporg' ); ?></h2>
    99        <article style="width:100%">
    10             <p>Are you looking to contribute to WordPress? Check out the <a href="//make.wordpress.org/">many ways to get involved</a>.</p>
     10            <p><?php _e( 'Are you looking to contribute to WordPress? Check out the <a href="//make.wordpress.org/">many ways to get involved</a>.', 'make-wporg' ); ?></p>
    1111        </article>
    1212    </div>
Note: See TracChangeset for help on using the changeset viewer.