Changeset 9280
- Timestamp:
- 11/15/2019 11:06:59 PM (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
r9268 r9280 42 42 printf( 43 43 /* translators: %s: Link to Gutenberg demo page */ 44 wp_kses_post( __( 'WordPress is continually under development. Currently, work is underway on Phase 2 of the Gutenberg project. The Gutenberg project is a reimagination of the way we manage content on the web. Its goal is to broaden access to web presence, which is a foundation of successful modern businesses. Phase 1 was the new block editor, which was released in WordPress 5.0, you can <a href="%s">see that in action here</a>. In 2019 we’re focusing on Phase 2 which will provide a way for themes to visually register content areas, and expose these in Gutenberg.', 'wporg' ) ),44 wp_kses_post( __( 'WordPress is continually under development. Currently, work is underway on Phase 2 of the Gutenberg project. The Gutenberg project is a reimagination of the way we manage content on the web. Its goal is to broaden access to web presence, which is a foundation of successful modern businesses. Phase 1 was the new block editor, which was released in WordPress 5.0, you can <a href="%s">see that in action here</a>. Throughout 2020 there will be a focus on full site editing as we continue to progress through Phase 2.', 'wporg' ) ), 45 45 esc_url( home_url( '/gutenberg/' ) ) 46 46 );
Note: See TracChangeset
for help on using the changeset viewer.