Changeset 9507 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
- Timestamp:
- 02/15/2020 11:41:10 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
r9328 r9507 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>. Throughout 2020 there will bea focus on full site editing as we continue to progress through Phase 2.', '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 is a focus on full site editing as we continue to progress through Phase 2.', 'wporg' ) ), 45 45 esc_url( home_url( '/gutenberg/' ) ) 46 46 ); … … 52 52 printf( 53 53 /* translators: %s: Link to make/core blog post */ 54 wp_kses_post( __( 'For 20 19 the project also has the following 9 priorities, as outlined in <a href="%s">this post</a> by project lead Matt Mullenweg:', 'wporg' ) ),55 'https://make.wordpress.org/core/201 8/12/08/9-priorities-for-2019/'54 wp_kses_post( __( 'For 2020 the project also has the following 7 priorities, as outlined in <a href="%s">this post</a> by project executive director Josepha Haden:', 'wporg' ) ), 55 'https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/' 56 56 ); 57 57 ?> … … 60 60 <ul> 61 61 <li><?php esc_html_e( 'Creating a block for navigation menus.', 'wporg' ); ?></li> 62 <li><?php esc_html_e( 'Port all existing widgets to blocks.', 'wporg' ); ?></li> 62 <li><?php esc_html_e( 'Build a WordPress.org directory for discovering blocks, and a way to seamlessly install them.', 'wporg' ); ?></li> 63 <li><?php esc_html_e( 'Provide a way for users to opt-in to automatic plugin and theme updates.', 'wporg' ); ?></li> 64 <li><?php esc_html_e( 'Provide a way for themes to visually register content areas, and expose them in Gutenberg.', 'wporg' ); ?></li> 63 65 <li><?php esc_html_e( 'Upgrade the widgets-editing areas and the Customizer to support blocks.', 'wporg' ); ?></li> 64 <li><?php esc_html_e( 'Provide a way for themes to visually register content areas, and expose them in Gutenberg.', 'wporg' ); ?></li>65 <li>66 <?php67 printf(68 /* translators: %s: Link to Health Check plugin */69 wp_kses_post( __( 'Merge <a href="%s">the site health check plugin</a> into Core, to assist with debugging and encourage good software hygiene.', 'wporg' ) ),70 esc_url( home_url( '/plugins/health-check/' ) )71 );72 ?>73 </li>74 <li><?php esc_html_e( 'Provide a way for users to opt-in to automatic plugin and theme updates.', 'wporg' ); ?></li>75 66 <li><?php esc_html_e( 'Provide a way for users to opt-in to automatic updates of major Core releases.', 'wporg' ); ?></li> 76 <li><?php esc_html_e( 'Build a WordPress.org directory for discovering blocks, and a way to seamlessly install them.', 'wporg' ); ?></li>77 67 <li> 78 68 <?php
Note: See TracChangeset
for help on using the changeset viewer.