Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
- Timestamp:
- 07/03/2020 03:11:38 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
r9812 r10000 135 135 </table> 136 136 137 <p><?php 137 <p><?php 138 138 printf( 139 139 /* translators: %s: Link to Make WordPress Core blog post */ … … 158 158 <h2><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h2> 159 159 160 <p><?php 161 printf( 160 <p><?php 161 printf( 162 162 /* translators: %s: link to wordpress.tv State of the Word 2019 */ 163 wp_kses_post( __( 'While Phase 2 of Gutenberg is expected to continue at least through 2020, there are already plans for Phase 3 and 4. During the <a href="%s">State of the Word from WordCamp US 2019</a>, Matt shared the following vision for phases in Gutenberg:', 'wporg' ) ), 163 wp_kses_post( __( 'While Phase 2 of Gutenberg is expected to continue at least through 2020, there are already plans for Phase 3 and 4. During the <a href="%s">State of the Word from WordCamp US 2019</a>, Matt shared the following vision for phases in Gutenberg:', 'wporg' ) ), 164 164 'https://wordpress.tv/2019/11/03/2019-state-of-the-word/' ); 165 165 ?>
Note: See TracChangeset
for help on using the changeset viewer.