]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/install-helper.php
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / install-helper.php
index cddbc26a5dd44b5b10106e2f264a37525326eb46..2970b7cba09864bf9e8cb3a0babc3709dc066ed3 100644 (file)
  * @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');
 
@@ -54,7 +46,7 @@ require_once(dirname(dirname(__FILE__)).'/wp-load.php');
  * @global bool|int $debug
  * @name $debug
  * @var bool|int
- * @since unknown
+ * @since 1.0.0
  */
 $debug = 0;
 
@@ -62,7 +54,7 @@ if ( ! function_exists('maybe_create_table') ) :
 /**
  * Create database table, if it doesn't already exist.
  *
- * @since unknown
+ * @since 1.0.0
  * @package WordPress
  * @subpackage Plugin
  * @uses $wpdb
@@ -94,7 +86,7 @@ if ( ! function_exists('maybe_add_column') ) :
 /**
  * Add column to database table, if column doesn't already exist in table.
  *
- * @since unknown
+ * @since 1.0.0
  * @package WordPress
  * @subpackage Plugin
  * @uses $wpdb
@@ -129,7 +121,7 @@ endif;
 /**
  * Drop column from database table, if it exists.
  *
- * @since unknown
+ * @since 1.0.0
  * @package WordPress
  * @subpackage Plugin
  * @uses $wpdb
@@ -173,7 +165,7 @@ function maybe_drop_column($table_name, $column_name, $drop_ddl) {
  *      Default
  *      Extra
  *
- * @since unknown
+ * @since 1.0.0
  * @package WordPress
  * @subpackage Plugin
  *
@@ -222,4 +214,4 @@ function check_column($table_name, $col_name, $col_type, $is_null = null, $key =
        return false;
 }
 
-?>
+?>
\ No newline at end of file