Changeset 6150
- Timestamp:
- 11/19/2017 11:16:27 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r6142 r6150 45 45 <section class="showcase"> 46 46 <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> 48 48 <div class="collage"> 49 49 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r6143 r6150 13 13 if ( ! defined( 'WPORGPATH' ) ) { 14 14 define( 'WPORGPATH', get_parent_theme_file_path( '/inc/' ) ); 15 } 16 17 // Make sure market share is available. 18 if ( ! defined( 'WP_MARKET_SHARE' ) ) { 19 define( 'WP_MARKET_SHARE', 29 ); 15 20 } 16 21
Note: See TracChangeset
for help on using the changeset viewer.