Make WordPress Core


Ignore:
Timestamp:
06/29/2025 08:53:29 PM (7 months ago)
Author:
johnbillion
Message:

Docs: Documentation and i18n string improvements relating to MySQL and server requirements.

See #63166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r59803 r60363  
    234234/**
    235235 * @global string   $wp_version              The WordPress version string.
    236  * @global string   $required_php_version    The required PHP version string.
     236 * @global string   $required_php_version    The minimum required PHP version string.
    237237 * @global string[] $required_php_extensions The names of required PHP extensions.
    238  * @global string   $required_mysql_version  The required MySQL version string.
     238 * @global string   $required_mysql_version  The minimum required MySQL version string.
    239239 * @global wpdb     $wpdb                    WordPress database abstraction object.
    240240 */
Note: See TracChangeset for help on using the changeset viewer.