From 6d0ba6369d92b6047421223a3801ec4fe2431e9d Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 16 Feb 2004 23:23:25 +0000 Subject: [PATCH] Bug fixes, sidebar.php from Phil Ringnalda. git-svn-id: https://develop.svn.wordpress.org/trunk@877 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install-config.php | 1 + wp-admin/sidebar.php | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 5a929f3e04..1786f9c222 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -119,6 +119,7 @@ switch($step) { // We'll fail here if the values are no good. require_once('../wp-includes/wp-db.php'); + $handle = fopen('../wp-config.php', 'w'); foreach ($configFile as $line_num => $line) { switch (substr($line,0,16)) { diff --git a/wp-admin/sidebar.php b/wp-admin/sidebar.php index a1987429ab..af4fb80333 100644 --- a/wp-admin/sidebar.php +++ b/wp-admin/sidebar.php @@ -1,8 +1,4 @@ -WordPress > Sidebar +WordPress › Sidebar