mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user