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:
@@ -47,8 +47,6 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : 0;
|
||||
* Display install header.
|
||||
*
|
||||
* @since 2.5.0
|
||||
* @package WordPress
|
||||
* @subpackage Installer
|
||||
*/
|
||||
function display_header() {
|
||||
header( 'Content-Type: text/html; charset=utf-8' );
|
||||
@@ -73,8 +71,6 @@ function display_header() {
|
||||
* Display installer setup form.
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @package WordPress
|
||||
* @subpackage Installer
|
||||
*/
|
||||
function display_setup_form( $error = null ) {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user