Making WordPress.org

Changeset 8360


Ignore:
Timestamp:
02/27/2019 09:18:46 PM (5 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Correct date format after [8357].

File:
1 edited

Legend:

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

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