Tidier default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23e9576c66
commit
7083a9838a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue