mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
phpdoc fixes for install-helper.php. See #7550 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23645ea1c4
commit
9abb64509f
@ -35,7 +35,7 @@
|
|||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Plugins
|
* @subpackage Plugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -64,7 +64,7 @@ if ( ! function_exists('maybe_create_table') ) :
|
|||||||
*
|
*
|
||||||
* @since unknown
|
* @since unknown
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Plugins
|
* @subpackage Plugin
|
||||||
* @uses $wpdb
|
* @uses $wpdb
|
||||||
*
|
*
|
||||||
* @param string $table_name Database table name.
|
* @param string $table_name Database table name.
|
||||||
@ -96,7 +96,7 @@ if ( ! function_exists('maybe_add_column') ) :
|
|||||||
*
|
*
|
||||||
* @since unknown
|
* @since unknown
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Plugins
|
* @subpackage Plugin
|
||||||
* @uses $wpdb
|
* @uses $wpdb
|
||||||
* @uses $debug
|
* @uses $debug
|
||||||
*
|
*
|
||||||
@ -131,7 +131,7 @@ endif;
|
|||||||
*
|
*
|
||||||
* @since unknown
|
* @since unknown
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Plugins
|
* @subpackage Plugin
|
||||||
* @uses $wpdb
|
* @uses $wpdb
|
||||||
*
|
*
|
||||||
* @param string $table_name Table name
|
* @param string $table_name Table name
|
||||||
@ -173,6 +173,10 @@ function maybe_drop_column($table_name, $column_name, $drop_ddl) {
|
|||||||
* Default
|
* Default
|
||||||
* Extra
|
* Extra
|
||||||
*
|
*
|
||||||
|
* @since unknown
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage Plugin
|
||||||
|
*
|
||||||
* @param string $table_name Table name
|
* @param string $table_name Table name
|
||||||
* @param string $col_name Column name
|
* @param string $col_name Column name
|
||||||
* @param string $col_type Column type
|
* @param string $col_type Column type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user