Making WordPress.org

Changeset 8119


Ignore:
Timestamp:
01/21/2019 12:09:25 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Link to Gutenberg demo page on the same domain.

Props audrasjb.
Fixes #4084.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php

    r8102 r8119  
    4545                            /* translators: %s: Link to Gutenberg demo page */
    4646                            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' ) ),
    47                             esc_url( 'https://wordpress.org/gutenberg/' )
     47                            esc_url( home_url( '/gutenberg/' ) )
    4848                        );
    4949                        ?>
Note: See TracChangeset for help on using the changeset viewer.