Making WordPress.org

Changeset 11473


Ignore:
Timestamp:
01/25/2022 09:24:01 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

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

    r11140 r11473  
    8888                        <tbody>
    8989                        <tr>
     90                            <th><a href="https://wordpress.org/news/2022/01/josephine/">5.9</a></th>
     91                            <td>Joséphine Baker</td>
     92                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'January 25, 2022' ) ) ); ?></td>
     93                        </tr>
     94                        <tr>
    9095                            <th><a href="https://wordpress.org/news/2021/07/tatum/">5.8</a></th>
    9196                            <td>Art Tatum</td>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r11140 r11473  
    9696                        <tr>
    9797                            <th>
    98                                 5.9
     98                                6.0
    9999                                <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a>
    100100                            </th>
    101                             <td><?php echo date_i18n( 'F Y', strtotime( 'Dec 2021' ) ); ?></td>
     101                            <td>2022</td>
    102102                        </tr>
    103103                        </tbody>
Note: See TracChangeset for help on using the changeset viewer.