Making WordPress.org

Changeset 9660


Ignore:
Timestamp:
03/31/2020 09:24:58 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Update Roadmap and History pages with WordPress 5.4.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
2 edited

Legend:

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

    r9328 r9660  
    8888                        <tbody>
    8989                        <tr>
     90                            <th><a href="https://wordpress.org/news/2020/03/adderley/">5.4</a></th>
     91                            <td>Nat Adderley</td>
     92                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'March 31, 2020' ) ) ); ?></td>
     93                        </tr>
     94                        <tr>
    9095                            <th><a href="https://wordpress.org/news/2019/11/kirk/">5.3</a></th>
    9196                            <td>Rahsaan Roland Kirk</td>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r9507 r9660  
    107107                        <tr>
    108108                            <th>
    109                                 5.4
     109                                5.5
    110110                                <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a>
    111111                            </th>
    112                             <td><?php echo date_i18n( 'F Y', strtotime( 'Mar 2020' ) ); ?></td>
    113                         </tr>
    114                         <tr>
    115                             <th>5.5</th>
    116112                            <td><?php echo date_i18n( 'F Y', strtotime( 'Aug 2020' ) ); ?></td>
    117113                        </tr>
Note: See TracChangeset for help on using the changeset viewer.