Changeset 11473
- Timestamp:
- 01/25/2022 09:24:01 PM (3 years ago)
- 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 88 88 <tbody> 89 89 <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> 90 95 <th><a href="https://wordpress.org/news/2021/07/tatum/">5.8</a></th> 91 96 <td>Art Tatum</td> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r11140 r11473 96 96 <tr> 97 97 <th> 98 5.998 6.0 99 99 <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a> 100 100 </th> 101 <td> <?php echo date_i18n( 'F Y', strtotime( 'Dec 2021' ) ); ?></td>101 <td>2022</td> 102 102 </tr> 103 103 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.