wip
This commit is contained in:
@@ -37,9 +37,9 @@ if ( 'upgrade_db' === $step ) {
|
||||
|
||||
/**
|
||||
* @global string $wp_version The WordPress version string.
|
||||
* @global string $required_php_version The required PHP version string.
|
||||
* @global string $required_php_version The minimum required PHP version string.
|
||||
* @global string[] $required_php_extensions The names of required PHP extensions.
|
||||
* @global string $required_mysql_version The required MySQL version string.
|
||||
* @global string $required_mysql_version The minimum required MySQL version string.
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*/
|
||||
global $wp_version, $required_php_version, $required_php_extensions, $required_mysql_version, $wpdb;
|
||||
@@ -85,7 +85,7 @@ header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option
|
||||
<?php wp_admin_css( 'install', true ); ?>
|
||||
</head>
|
||||
<body class="wp-core-ui">
|
||||
<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
|
||||
<p id="logo"><?php _e( 'WordPress' ); ?></p>
|
||||
|
||||
<?php if ( (int) get_option( 'db_version' ) === $wp_db_version || ! is_blog_installed() ) : ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user