Tidier default.

git-svn-id: https://develop.svn.wordpress.org/trunk@1325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-05-20 11:44:05 +00:00
parent ed5af7cec7
commit ef5cf2e9d3
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ function upgrade_110() {
// Now an option for blog pinging
if(!$wpdb->get_var("SELECT option_id FROM $tableoptions WHERE option_name = 'ping_sites'")) {
$wpdb->query("INSERT INTO $tableoptions (option_name, option_type, option_value, option_admin_level) VALUES ('ping_sites', 3, '', 8)");
$wpdb->query("INSERT INTO $tableoptions (option_name, option_type, option_value, option_admin_level) VALUES ('ping_sites', 3, 'http://rpc.pingomatic.com/', 8)");
}
// Option for using the advanced edit screen by default