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

View File

@@ -13,7 +13,6 @@
* WordPress server at api.wordpress.org server. Will only check if WordPress
* isn't installing.
*
* @package WordPress
* @since 2.3.0
* @uses $wp_version Used to check against the newest WordPress version.
*
@@ -164,7 +163,6 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
* all plugins installed. Checks against the WordPress server at
* api.wordpress.org. Will only check if WordPress isn't installing.
*
* @package WordPress
* @since 2.3.0
* @uses $wp_version Used to notify the WordPress version.
*
@@ -295,7 +293,6 @@ function wp_update_plugins() {
* WordPress server at api.wordpress.org. Will only check if WordPress isn't
* installing.
*
* @package WordPress
* @since 2.7.0
* @uses $wp_version Used to notify the WordPress version.
*