Making WordPress.org


Ignore:
Timestamp:
02/05/2019 09:50:48 PM (5 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Clarify the sentence about Phase 2 of Gutenberg project.

Props joostdevalk.
Fixes #4153.

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