Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.


git-svn-id: https://develop.svn.wordpress.org/trunk@27262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2014-02-25 17:13:08 +00:00
parent 9bdaa48e3e
commit 647f80595d
23 changed files with 13 additions and 354 deletions
+3 -8
View 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