Making WordPress.org

Changeset 8101


Ignore:
Timestamp:
01/18/2019 11:41:46 AM (8 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Add missing link to a make/core blog post on Roadmap page.

See #4065.

File:
1 edited

Legend:

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

    r8100 r8101  
    5050                                        </p>
    5151
    52                                         <p><?php esc_html_e( 'For 2019 the project also has the following 9 priorities, as outlined in this post by project lead Matt Mullenweg:', 'wporg' ); ?>
     52                                        <p>
     53                                                <?php
     54                                                printf(
     55                                                        /* translators: %s: Link to make/core blog post */
     56                                                        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' ) ),
     57                                                        esc_url( 'https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/' )
     58                                                );
     59                                                ?>
     60                                        </p>
    5361
    5462                                        <ul>
Note: See TracChangeset for help on using the changeset viewer.