Remove unused global from install-helper. props hakre, fixes #13405.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-21 19:31:50 +00:00
parent e2e2320f9e
commit a2d6d57b21
1 changed files with 1 additions and 9 deletions

View File

@ -38,14 +38,6 @@
* @subpackage Plugin
*/
/**
* @global bool $wp_only_load_config
* @name $wp_only_load_config
* @var bool
* @since unknown
*/
$wp_only_load_config = true;
/** Load WordPress Bootstrap */
require_once(dirname(dirname(__FILE__)).'/wp-load.php');
@ -222,4 +214,4 @@ function check_column($table_name, $col_name, $col_type, $is_null = null, $key =
return false;
}
?>
?>