Changeset 39076 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 11/01/2016 08:15:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r38919 r39076 50 50 update_option('admin_email', $user_email); 51 51 update_option('blog_public', $public); 52 53 // Freshness of site - in the future, this could get more specific about actions taken, perhaps. 54 update_option( 'fresh_site', 1 ); 52 55 53 56 if ( $language ) {
Note: See TracChangeset
for help on using the changeset viewer.