X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be8dc178e77d0b46189bbd8e33a216a9b90942..fef8173b8c3bad08f495551e43cfdeac1cae6021:/wp-admin/install-helper.php?ds=sidebyside diff --git a/wp-admin/install-helper.php b/wp-admin/install-helper.php index cddbc26a..2970b7cb 100644 --- a/wp-admin/install-helper.php +++ b/wp-admin/install-helper.php @@ -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'); @@ -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