Changeset 6887 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
- Timestamp:
- 03/19/2018 04:59:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r6333 r6887 50 50 <?php 51 51 printf( 52 /* translators: WordPress market share: 29%; */53 __( '%s of the web uses WordPress, from hobby blogs to the biggest news sites online.', 'wporg' ),54 WP_MARKET_SHARE . '%'52 /* translators: WordPress market share: 30 - Note: The following percent sign is '%%' for escaping purposes; */ 53 __( '%s%% of the web uses WordPress, from hobby blogs to the biggest news sites online.', 'wporg' ), 54 number_format_i18n( WP_MARKET_SHARE ) 55 55 ); 56 56 ?>
Note: See TracChangeset
for help on using the changeset viewer.