Making WordPress.org

Changeset 10144


Ignore:
Timestamp:
08/11/2020 07:18:53 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

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

    r9660 r10144  
    8888                        <tbody>
    8989                        <tr>
     90                            <th><a href="https://wordpress.org/news/2020/08/eckstine/">5.5</a></th>
     91                            <td>Billy Eckstine</td>
     92                            <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'August 11, 2020' ) ) ); ?></td>
     93                        </tr>
     94                        <tr>
    9095                            <th><a href="https://wordpress.org/news/2020/03/adderley/">5.4</a></th>
    9196                            <td>Nat Adderley</td>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

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