Making WordPress.org

Changeset 6849


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

Main: Remove stray space which snuck into r6848.

See #3046.

File:
1 edited

Legend:

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

    r6848 r6849  
    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>
Note: See TracChangeset for help on using the changeset viewer.