- Timestamp:
- 12/31/2019 05:23:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r9215 r9386 15 15 } 16 16 17 // Make sure market share is available.17 // This is already defined elsewhere on production, it's only added here for local dev environments. 18 18 if ( ! defined( 'WP_MARKET_SHARE' ) ) { 19 define( 'WP_MARKET_SHARE', 29);19 define( 'WP_MARKET_SHARE', 35 ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.