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:
parent
e2e2320f9e
commit
a2d6d57b21
|
@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue