Making WordPress.org

Changeset 10799


Ignore:
Timestamp:
03/09/2021 09:18:38 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

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

    r10502 r10799  
    8888                        <tbody>
    8989                        <tr>
     90                            <th><a href="https://wordpress.org/news/2021/03/esperanza/">5.7</a></th>
     91                            <td>Esperanza Spalding</td>
     92                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'March 9, 2021' ) ) ); ?></td>
     93                        </tr>
     94                        <tr>
    9095                            <th><a href="https://wordpress.org/news/2020/12/simone/">5.6</a></th>
    9196                            <td>Nina Simone</td>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r10790 r10799  
    9696                        <tr>
    9797                            <th>
    98                                 5.7
     98                                5.8
    9999                                <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a>
    100100                            </th>
    101                             <td><?php echo date_i18n( 'F Y', strtotime( 'Mar 2021' ) ); ?></td>
    102                         </tr>
    103                         <tr>
    104                             <th>5.8</th>
    105101                            <td><?php echo date_i18n( 'F Y', strtotime( 'Jul 2021' ) ); ?></td>
    106102                        </tr>
Note: See TracChangeset for help on using the changeset viewer.