Changeset 6848
- Timestamp:
- 03/09/2018 06:11:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6744 r6848 47 47 <section class="col-8"> 48 48 <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 offeatures 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> 50 50 <p> 51 51 <?php 52 52 /* 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’ passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) ); 54 54 ?> 55 55 </p> … … 69 69 </a> 70 70 </div> 71 <p><?php _esc_html_e( 'W e work around the globe, and have contributed countless hours to build a future wherein we can all be proud. WordPress is an open source projectthat 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> 72 72 </section> 73 73 … … 111 111 <?php 112 112 /* 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 MySQLand 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 . '%' ) ); 114 114 ?> 115 115 </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—supported by the finest engineers, designers, scientists, and bloggers the world has ever seen—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 advancedways.', 'wporg' ); ?></p>116 <p><?php _esc_html_e( 'The WordPress open source project has evolved in progressive ways over time — 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> 117 117 </section> 118 118
Note: See TracChangeset
for help on using the changeset viewer.