Changeset 7471 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
- Timestamp:
- 07/17/2018 10:59:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r7350 r7471 48 48 <p><?php esc_html_e( 'Any projected dates are for discussion and planning purposes, and will be firmed up as we get closer to release.', 'wporg' ); ?></p> 49 49 <table> 50 <thead><tr><th><?php esc_html_e( 'Version', 'wporg' ); ?></th><th><?php esc_html_e( 'Planned', 'wporg' ); ?></th></tr></thead> 50 <thead> 51 <tr> 52 <th><?php esc_html_e( 'Version', 'wporg' ); ?></th> 53 <th><?php esc_html_e( 'Planned', 'wporg' ); ?></th> 54 </tr> 55 </thead> 51 56 <tbody> 52 <tr><th><a href="https://make.wordpress.org/core/5-0/">5.0</a></th><td>2018</td></tr> 57 <tr> 58 <th> 59 <a href="https://make.wordpress.org/core/5-0/">5.0</a> 60 <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a> 61 </th> 62 <td>2018</td> 63 </tr> 53 64 </tbody> 54 65 </table>
Note: See TracChangeset
for help on using the changeset viewer.