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
+2 -7
View File
@@ -107,10 +107,7 @@ break;
case 'IErightclick':
$bookmarklet_tbpb = (get_settings('use_trackback')) ? '&trackback=1' : '';
$bookmarklet_tbpb .= (get_settings('use_pingback')) ? '&pingback=1' : '';
$bookmarklet_height= (get_settings('use_trackback')) ? 590 : 550;
$bookmarklet_height= 550;
?>
@@ -146,9 +143,7 @@ default:
include_once('admin-header.php');
$profiledata=get_userdata($user_ID);
$bookmarklet_tbpb = (get_settings('use_trackback')) ? '&trackback=1' : '';
$bookmarklet_tbpb .= (get_settings('use_pingback')) ? '&pingback=1' : '';
$bookmarklet_height= (get_settings('use_trackback')) ? 480 : 440;
$bookmarklet_height= 440;
if (isset($updated)) { ?>
<div class="updated">