Changeset 11140
- Timestamp:
- 07/20/2021 05:47:56 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 2 edited
-
page-about-history.php (modified) (1 diff)
-
page-about-roadmap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
r10799 r11140 88 88 <tbody> 89 89 <tr> 90 <th><a href="https://wordpress.org/news/2021/07/tatum/">5.8</a></th> 91 <td>Art Tatum</td> 92 <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'July 20, 2021' ) ) ); ?></td> 93 </tr> 94 <tr> 90 95 <th><a href="https://wordpress.org/news/2021/03/esperanza/">5.7</a></th> 91 96 <td>Esperanza Spalding</td> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r10799 r11140 96 96 <tr> 97 97 <th> 98 5. 898 5.9 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( 'Jul 2021' ) ); ?></td>102 </tr>103 <tr>104 <th>5.9</th>105 101 <td><?php echo date_i18n( 'F Y', strtotime( 'Dec 2021' ) ); ?></td> 106 102 </tr>
Note: See TracChangeset
for help on using the changeset viewer.