mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
+1
-3
@@ -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) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user