]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/install-helper.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-admin / install-helper.php
index c98b28cc30d29869e6511bd3d1629c7192746068..c654a92b061dfa1170217931b78d5daa89a10278 100644 (file)
@@ -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