Making WordPress.org

Changeset 6848


Ignore:
Timestamp:
03/09/2018 06:11:14 AM (7 years ago)
Author:
dd32
Message:

Main: About page text tweaks.

Props andreamiddleton.
See #3046.

File:
1 edited

Legend:

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

    r6744 r6848  
    4747                <section class="col-8">
    4848                    <h2 id="mission"><?php _esc_html_e( 'Our Mission', 'wporg' ); ?></h2>
    49                     <p><?php _esc_html_e( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability. We believe great software should work with little set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable to easily get started, it also offers a solid array of features for growth and success.', 'wporg' ); ?></p>
     49                    <p><?php _esc_html_e( 'WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. We believe great software should work with minimum set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.', 'wporg' ); ?></p>
    5050                    <p>
    5151                        <?php
    5252                        /* translators: Link to */
    53                         printf( wp_kses_post( ___( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Gathered behind this is idea is a large community of people dedicated to this project. The WordPress community is growing and inclusive. Their passion is what drives the success of work press and, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) );
     53                        printf( wp_kses_post( ___( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors&#8217; passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) );
    5454                        ?>
    5555                    </p>
     
    6969                        </a>
    7070                    </div>
    71                     <p><?php _esc_html_e( 'We work around the globe, and have contributed countless hours to build a future wherein we can all be proud. WordPress is an open source project that is both free and priceless.', 'wporg' ); ?></p>
     71                    <p><?php _esc_html_e( 'WordPress contributors work around the globe, and have dedicated countless hours to build a tool that democratizes publishing. WordPress is open source software that is both free and priceless.', 'wporg' ); ?></p>
    7272                </section>
    7373
     
    111111                        <?php
    112112                        /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 29%; */
    113                         printf( wp_kses_post( ___( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) );
     113                        printf( wp_kses_post( ___( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a  <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) );
    114114                        ?>
    115115                    </p>
    116                     <p><?php _esc_html_e( 'WordPress is the success story of open-source projects everywhere. Not only does it evolve in progressive ways&#8212;supported by the finest engineers, designers, scientists, and bloggers the world has ever seen&#8212;but it also provides the opportunity for everyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with little tech background can use it out of the box, and the more text savvy can use it in the most advanced ways.', 'wporg' ); ?></p>
     116                    <p><?php _esc_html_e( 'The WordPress open source project has evolved in progressive ways over time &#8212; supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with a limited tech experience can use it "out of the box", and more tech-savvy folks can customize it in remarkable ways.', 'wporg' ); ?></p>
    117117                </section>
    118118
Note: See TracChangeset for help on using the changeset viewer.