Changeset 9660
- Timestamp:
- 03/31/2020 09:24:58 PM (6 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
r9328 r9660 88 88 <tbody> 89 89 <tr> 90 <th><a href="https://wordpress.org/news/2020/03/adderley/">5.4</a></th> 91 <td>Nat Adderley</td> 92 <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'March 31, 2020' ) ) ); ?></td> 93 </tr> 94 <tr> 90 95 <th><a href="https://wordpress.org/news/2019/11/kirk/">5.3</a></th> 91 96 <td>Rahsaan Roland Kirk</td> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r9507 r9660 107 107 <tr> 108 108 <th> 109 5. 4109 5.5 110 110 <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a> 111 111 </th> 112 <td><?php echo date_i18n( 'F Y', strtotime( 'Mar 2020' ) ); ?></td>113 </tr>114 <tr>115 <th>5.5</th>116 112 <td><?php echo date_i18n( 'F Y', strtotime( 'Aug 2020' ) ); ?></td> 117 113 </tr>
Note: See TracChangeset
for help on using the changeset viewer.