Making WordPress.org

Changeset 9280


Ignore:
Timestamp:
11/15/2019 11:06:59 PM (5 years ago)
Author:
coffee2code
Message:

WordPress.org Main Theme: Update verbiage on roadmap.

Props chanthaboune.
Fixes #4847.

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  
    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>. 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' ) ),
    4545                            esc_url( home_url( '/gutenberg/' ) )
    4646                        );
Note: See TracChangeset for help on using the changeset viewer.