Changeset 44455 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 01/08/2019 04:29:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r44264 r44455 64 64 update_option( 'siteurl', $guessurl ); 65 65 66 // If not a public blog, don't ping.66 // If not a public site, don't ping. 67 67 if ( ! $public ) { 68 68 update_option( 'default_pingback_flag', 0 );
Note: See TracChangeset
for help on using the changeset viewer.