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

git-svn-id: https://develop.svn.wordpress.org/trunk@15299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-21 19:31:50 +00:00
parent ccabcee5d7
commit 98d3d275bf
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;
}
?>
?>