Making WordPress.org

Changeset 11899


Ignore:
Timestamp:
05/28/2022 02:43:23 PM (2 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Roadmap: Use esc_html_e() for strings that don't have any HTML in them.

Follow-up to [11893], [11897], [11898].

See #6332.

File:
1 edited

Legend:

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

    r11898 r11899  
    6464                                <li><?php echo wp_kses_post( __( '<strong>For the CMS</strong> – Get high quality feedback, ensure actionable tickets come from the feedback with collaboration from design as needed, and ship code that solves our users’ most pressing needs.', 'wporg' ) ); ?>
    6565                                    <ol>
    66                                         <li><?php echo wp_kses_post( __( 'Invite more users and extenders to participate in the FSE Outreach program (10–12 calls for testing).', 'wporg' ) ); ?></li>
    67                                         <li><?php echo wp_kses_post( __( 'Host regular design-driven user testing (one test a week).', 'wporg' ) ); ?></li>
     66                                        <li><?php esc_html_e( 'Invite more users and extenders to participate in the FSE Outreach program (10–12 calls for testing).', 'wporg' ); ?></li>
     67                                        <li><?php esc_html_e( 'Host regular design-driven user testing (one test a week).', 'wporg' ); ?></li>
    6868                                    </ol>
    6969                                </li>
    7070                                <li><?php echo wp_kses_post( __( '<strong>For the Community</strong> – Share our knowledge and resources in a way that inspires and motivates our users to action.', 'wporg' ) ); ?>
    7171                                    <ol>
    72                                         <li><?php echo wp_kses_post( __( 'Invite more users and extenders to augment their skills through LearnWP.', 'wporg' ) ); ?></li>
    73                                         <li><?php echo wp_kses_post( __( 'Turn routine support issues into new evergreen content (10–15 pieces of canonical content using Learn, Docs, WordPress.org, etc).', 'wporg' ) ); ?></li>
    74                                         <li><?php echo wp_kses_post( __( 'Translate high impact user-facing content across Rosetta sites (15–20 locales).', 'wporg' ) ); ?></li>
    75                                         <li><?php echo wp_kses_post( __( 'Host audience-specific WordPress events (10–12 by common language, interest, or profession).', 'wporg' ) ); ?></li>
     72                                        <li><?php esc_html_e( 'Invite more users and extenders to augment their skills through LearnWP.', 'wporg' ); ?></li>
     73                                        <li><?php esc_html_e( 'Turn routine support issues into new evergreen content (10–15 pieces of canonical content using Learn, Docs, WordPress.org, etc).', 'wporg' ); ?></li>
     74                                        <li><?php esc_html_e( 'Translate high impact user-facing content across Rosetta sites (15–20 locales).', 'wporg' ); ?></li>
     75                                        <li><?php esc_html_e( 'Host audience-specific WordPress events (10–12 by common language, interest, or profession).', 'wporg' ); ?></li>
    7676                                    </ol>
    7777                                </li>
    7878                                <li><?php echo wp_kses_post( __( '<strong>For the Ecosystem</strong> – Prioritize full site editing tools and content across the ecosystem for all users.', 'wporg' ) ); ?>
    7979                                    <ol>
    80                                         <li><?php echo wp_kses_post( __( 'Highlight block themes and plugins in the directories.', 'wporg' ) ); ?></li>
    81                                         <li><?php echo wp_kses_post( __( 'Provide tools/training to learn how to build block themes.', 'wporg' ) ); ?></li>
    82                                         <li><?php echo wp_kses_post( __( 'Improve the block developer experience.', 'wporg' ) ); ?></li>
     80                                        <li><?php esc_html_e( 'Highlight block themes and plugins in the directories.', 'wporg' ); ?></li>
     81                                        <li><?php esc_html_e( 'Provide tools/training to learn how to build block themes.', 'wporg' ); ?></li>
     82                                        <li><?php esc_html_e( 'Improve the block developer experience.', 'wporg' ); ?></li>
    8383                                    </ol>
    8484                                </li>
     
    8989                                <li><?php echo wp_kses_post( __( '<strong>For the CMS</strong>', 'wporg' ) ); ?>
    9090                                    <ol>
    91                                         <li><?php echo wp_kses_post( __( 'Update new user onboarding flow to match modern standards.', 'wporg' ) ); ?></li>
    92                                         <li><?php echo wp_kses_post( __( 'Integrate Openverse into wp-admin.', 'wporg' ) ); ?></li>
    93                                         <li><?php echo wp_kses_post( __( 'Integrate Photo Directory submissions into wp-admin.', 'wporg' ) ); ?></li>
    94                                         <li><?php echo wp_kses_post( __( 'Pattern creator', 'wporg' ) ); ?></li>
     91                                        <li><?php esc_html_e( 'Update new user onboarding flow to match modern standards.', 'wporg' ); ?></li>
     92                                        <li><?php esc_html_e( 'Integrate Openverse into wp-admin.', 'wporg' ); ?></li>
     93                                        <li><?php esc_html_e( 'Integrate Photo Directory submissions into wp-admin.', 'wporg' ); ?></li>
     94                                        <li><?php esc_html_e( 'Pattern creator', 'wporg' ); ?></li>
    9595                                    </ol>
    9696                                </li>
    9797                                <li><?php echo wp_kses_post( __( '<strong>For the Community</strong>', 'wporg' ) ); ?>
    9898                                    <ol>
    99                                         <li><?php echo wp_kses_post( __( 'Ship LearnWP learning opportunities (1 workshop/week, 6 courses/year)', 'wporg' ) ); ?></li>
    100                                         <li><?php echo wp_kses_post( __( 'Increase the number of social learning spaces (4 SLSs/week)', 'wporg' ) ); ?></li>
    101                                         <li><?php echo wp_kses_post( __( 'Block theme contribution drive (500 block themes in the repo).', 'wporg' ) ); ?></li>
     99                                        <li><?php esc_html_e( 'Ship LearnWP learning opportunities (1 workshop/week, 6 courses/year)', 'wporg' ); ?></li>
     100                                        <li><?php esc_html_e( 'Increase the number of social learning spaces (4 SLSs/week)', 'wporg' ); ?></li>
     101                                        <li><?php esc_html_e( 'Block theme contribution drive (500 block themes in the repo).', 'wporg' ); ?></li>
    102102                                    </ol>
    103103                                </li>
    104104                                <li><?php echo wp_kses_post( __( '<strong>For the Ecosystem</strong>', 'wporg' ) ); ?>
    105105                                    <ol>
    106                                         <li><?php echo wp_kses_post( __( 'Update the theme previewer to support block themes.', 'wporg' ) ); ?></li>
    107                                         <li><?php echo wp_kses_post( __( 'Update the content &amp; design across WP.org.', 'wporg' ) ); ?></li>
    108                                         <li><?php echo wp_kses_post( __( 'Update Polyglots tools to improve the translation experience.', 'wporg' ) ); ?></li>
    109                                         <li><?php echo wp_kses_post( __( 'Create a developer-focused communications site.', 'wporg' ) ); ?></li>
     106                                        <li><?php esc_html_e( 'Update the theme previewer to support block themes.', 'wporg' ); ?></li>
     107                                        <li><?php esc_html_e( 'Update the content &amp; design across WP.org.', 'wporg' ); ?></li>
     108                                        <li><?php esc_html_e( 'Update Polyglots tools to improve the translation experience.', 'wporg' ); ?></li>
     109                                        <li><?php esc_html_e( 'Create a developer-focused communications site.', 'wporg' ); ?></li>
    110110                                    </ol>
    111111                                </li>
     
    114114                        <li><?php echo wp_kses_post( __( '<strong>Open Source stewards</strong>: Iterate on WordPress’ open source methodologies to guide and sustain long term success for WordPress as well as the overall open source community that we are part of.', 'wporg' ) ); ?>
    115115                            <ol>
    116                                 <li><?php echo wp_kses_post( __( 'For All', 'wporg' ) ); ?>
    117                                     <ol>
    118                                         <li><?php echo wp_kses_post( __( '5ftF program expansion', 'wporg' ) ); ?></li>
    119                                         <li><?php echo wp_kses_post( __( 'Recruitment of future leaders in the community', 'wporg' ) ); ?></li>
    120                                         <li><?php echo wp_kses_post( __( 'Onboarding of current leaders in the community', 'wporg' ) ); ?></li>
    121                                         <li><?php echo wp_kses_post( __( 'Upstream contributions to other OS projects (PHP, JS, Matrix, or the like)', 'wporg' ) ); ?></li>
    122                                         <li><?php echo wp_kses_post( __( 'WordPress Project maintenance', 'wporg' ) ); ?></li>
    123                                         <li><?php echo wp_kses_post( __( 'Ancillary programs', 'wporg' ) ); ?></li>
     116                                <li><?php esc_html_e( 'For All', 'wporg' ); ?>
     117                                    <ol>
     118                                        <li><?php esc_html_e( '5ftF program expansion', 'wporg' ); ?></li>
     119                                        <li><?php esc_html_e( 'Recruitment of future leaders in the community', 'wporg' ); ?></li>
     120                                        <li><?php esc_html_e( 'Onboarding of current leaders in the community', 'wporg' ); ?></li>
     121                                        <li><?php esc_html_e( 'Upstream contributions to other OS projects (PHP, JS, Matrix, or the like)', 'wporg' ); ?></li>
     122                                        <li><?php esc_html_e( 'WordPress Project maintenance', 'wporg' ); ?></li>
     123                                        <li><?php esc_html_e( 'Ancillary programs', 'wporg' ); ?></li>
    124124                                    </ol>
    125125                                </li>
Note: See TracChangeset for help on using the changeset viewer.