Making WordPress.org


Ignore:
Timestamp:
07/17/2018 10:59:58 AM (6 years ago)
Author:
obenland
Message:

Main: Roadmap: Add a link to milestone on Trac

Props SergeyBiryukov.
See #2253.

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  
    4848                    <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>
    4949                    <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>
    5156                        <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>
    5364                        </tbody>
    5465                    </table>
Note: See TracChangeset for help on using the changeset viewer.