mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user