Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
- Timestamp:
- 12/11/2019 07:47:00 AM (5 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
r9310 r9328 32 32 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 34 <header class="entry-header ">34 <header class="entry-header row"> 35 35 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 36 36 </header><!-- .entry-header --> … … 96 96 </p> 97 97 98 <h 3><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h3>98 <h2><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h2> 99 99 100 100 <p> … … 170 170 </p> 171 171 172 <h 3><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h3>172 <h2><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h2> 173 173 174 174 <p><?php esc_html_e( 'While we expect to need most or all of 2019 to finish phase 2 of Gutenberg, there are already plans for Phase 3 and 4. Phase 3 will focus on collaboration and multi-user editing. Phase 4 will contain support for multilingual sites.', 'wporg' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.