Making WordPress.org

Changeset 12184


Ignore:
Timestamp:
11/02/2022 01:35:08 AM (2 years ago)
Author:
SergeyBiryukov
Message:

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

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

    r11870 r12184  
    8888                        <tbody>
    8989                        <tr>
     90                            <th><a href="https://wordpress.org/news/2022/11/misha/">6.1</a></th>
     91                            <td>Mikhail Alperin</td>
     92                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'November 1, 2022' ) ) ); ?></td>
     93                        </tr>
     94                        <tr>
    9095                            <th><a href="https://wordpress.org/news/2022/05/arturo/">6.0</a></th>
    9196                            <td>Arturo O’Farrill</td>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r11899 r12184  
    160160                        <tr>
    161161                            <th>
    162                                 6.1
     162                                6.2
    163163                                <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a>
    164164                            </th>
Note: See TracChangeset for help on using the changeset viewer.