diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
index f93756f9e..5a5c962a1 100644
a
|
b
|
the_post(); |
100 | 100 | <p> |
101 | 101 | <?php |
102 | 102 | /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 30 - Note: The following percent sign is '%%' for escaping purposes; */ |
103 | | 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( number_format_i18n( WP_MARKET_SHARE ) ) ); |
| 103 | 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://milestonesbook.wordpress.com/2015/11/16/the-only-blogger-in-corsica/' ), esc_html( number_format_i18n( WP_MARKET_SHARE ) ) ); |
104 | 104 | ?> |
105 | 105 | </p> |
106 | 106 | <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> |