Making WordPress.org


Ignore:
Timestamp:
11/19/2017 11:16:27 AM (7 years ago)
Author:
obenland
Message:

Main: Use market share constant for current values

See #2861.

File:
1 edited

Legend:

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

    r6142 r6150  
    4545            <section class="showcase">
    4646                <h2><?php _e( 'Trusted by the Best', 'wporg' ); ?></h2>
    47                 <p class="subheading"><?php _e( '28% of the web uses WordPress, from hobby blogs to the biggest news sites online.', 'wporg' ); ?></p>
     47                <p class="subheading"><?php printf( __( '%s of the web uses WordPress, from hobby blogs to the biggest news sites online.', 'wporg' ), WP_MARKET_SHARE . '%' ); ?></p>
    4848                <div class="collage">
    4949
Note: See TracChangeset for help on using the changeset viewer.