Massive options cleanup and another step of cleaning up the upgrade/install.

git-svn-id: https://develop.svn.wordpress.org/trunk@1599 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-09-05 00:24:28 +00:00
parent 47740b518d
commit 6b0bcbf2f5
32 changed files with 318 additions and 622 deletions
+1 -3
View File
@@ -732,7 +732,6 @@ case 'editedcomment':
$comment_status = get_settings('default_comment_status');
$ping_status = get_settings('default_ping_status');
$post_pingback = get_settings('default_pingback_flag');
$default_post_cat = get_settings('default_post_category');
include('edit-page-form.php');
} else {
@@ -782,7 +781,6 @@ default:
$comment_status = get_settings('default_comment_status');
$ping_status = get_settings('default_ping_status');
$post_pingback = get_settings('default_pingback_flag');
$default_post_cat = get_settings('default_post_category');
if (get_settings('advanced_edit')) {
include('edit-form-advanced.php');
@@ -796,7 +794,7 @@ default:
<p>
<?php
$bookmarklet_height= (get_settings('use_trackback')) ? 460 : 420;
$bookmarklet_height= 420;
if ($is_NS4 || $is_gecko) {
?>