X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..245e789b234afa4525862e7a6e5e3c2e7a52ef20:/wp-admin/install-helper.php diff --git a/wp-admin/install-helper.php b/wp-admin/install-helper.php index c98b28cc..c654a92b 100644 --- a/wp-admin/install-helper.php +++ b/wp-admin/install-helper.php @@ -43,8 +43,7 @@ if ( ! function_exists('maybe_create_table') ) : * Create database table, if it doesn't already exist. * * @since 1.0.0 - * @package WordPress - * @subpackage Plugin + * * @uses $wpdb * * @param string $table_name Database table name. @@ -75,8 +74,7 @@ if ( ! function_exists('maybe_add_column') ) : * Add column to database table, if column doesn't already exist in table. * * @since 1.0.0 - * @package WordPress - * @subpackage Plugin + * * @uses $wpdb * * @param string $table_name Database table name @@ -108,8 +106,7 @@ endif; * Drop column from database table, if it exists. * * @since 1.0.0 - * @package WordPress - * @subpackage Plugin + * * @uses $wpdb * * @param string $table_name Table name @@ -152,8 +149,6 @@ function maybe_drop_column($table_name, $column_name, $drop_ddl) { * Extra * * @since 1.0.0 - * @package WordPress - * @subpackage Plugin * * @param string $table_name Table name * @param string $col_name Column name