Changeset 6887 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
- Timestamp:
- 03/19/2018 04:59:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
r6878 r6887 44 44 <p> 45 45 <?php 46 /* translators: WordPress market share: 29%; */47 printf( esc_html__( 'WordPress powers more than %s of the web — a figure that rises every day. Everything from simple websites, to blogs, to complex portals and enterprise websites, and even applications, are built with WordPress.', 'wporg' ), esc_html( WP_MARKET_SHARE . '%') );46 /* translators: WordPress market share: 30 - Note: The following percent sign is '%%' for escaping purposes; */ 47 printf( esc_html__( 'WordPress powers more than %s%% of the web — a figure that rises every day. Everything from simple websites, to blogs, to complex portals and enterprise websites, and even applications, are built with WordPress.', 'wporg' ), number_format_i18n( WP_MARKET_SHARE ) ); 48 48 ?> 49 49 </p>
Note: See TracChangeset
for help on using the changeset viewer.