Making WordPress.org

Changeset 8120


Ignore:
Timestamp:
01/21/2019 03:05:31 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Use date_i18n() for the planned date to avoid redoing the translation too often.

Props dd32.
See #4065.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r8119 r8120  
    122122                                <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a>
    123123                            </th>
    124                             <td><?php esc_html_e( 'February 2019', 'wporg' ); ?></td>
     124                            <td><?php echo date_i18n( 'F Y', strtotime( 'Feb 2019' ) ); ?></td>
    125125                        </tr>
    126126                        <tr>
Note: See TracChangeset for help on using the changeset viewer.