Changeset 8205
- Timestamp:
- 02/05/2019 09:50:48 PM (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
r8159 r8205 44 44 printf( 45 45 /* translators: %s: Link to Gutenberg demo page */ 46 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 brings block editing to the entire site, not just posts and pages.', 'wporg' ) ),46 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' ) ), 47 47 esc_url( home_url( '/gutenberg/' ) ) 48 48 );
Note: See TracChangeset
for help on using the changeset viewer.