Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.
See #27200. Built from https://develop.svn.wordpress.org/trunk@27262 git-svn-id: http://core.svn.wordpress.org/trunk@27119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
/**
|
||||
* We are installing.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
define('WP_INSTALLING', true);
|
||||
|
||||
@@ -88,8 +86,6 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : 0;
|
||||
*
|
||||
* @ignore
|
||||
* @since 2.3.0
|
||||
* @package WordPress
|
||||
* @subpackage Installer_WP_Config
|
||||
*/
|
||||
function setup_config_display_header() {
|
||||
global $wp_version;
|
||||
|
||||
Reference in New Issue
Block a user