Making WordPress.org


Ignore:
Timestamp:
02/15/2020 11:41:10 PM (5 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Update the goals for 2020.

Props Presskopp, jonoaldersonwp, netweb.
See #4847.

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  
    4242                        printf(
    4343                            /* 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 be a 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' ) ),
    4545                            esc_url( home_url( '/gutenberg/' ) )
    4646                        );
     
    5252                        printf(
    5353                            /* translators: %s: Link to make/core blog post */
    54                             wp_kses_post( __( 'For 2019 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/2018/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/'
    5656                        );
    5757                        ?>
     
    6060                    <ul>
    6161                        <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>
    6365                        <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                             <?php
    67                             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>
    7566                        <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>
    7767                        <li>
    7868                            <?php
Note: See TracChangeset for help on using the changeset viewer.