Make WordPress Core


Ignore:
Timestamp:
06/29/2025 08:53:29 PM (8 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/upgrade.php

    r59803 r60363  
    3838/**
    3939 * @global string   $wp_version              The WordPress version string.
    40  * @global string   $required_php_version    The required PHP version string.
     40 * @global string   $required_php_version    The minimum required PHP version string.
    4141 * @global string[] $required_php_extensions The names of required PHP extensions.
    42  * @global string   $required_mysql_version  The required MySQL version string.
     42 * @global string   $required_mysql_version  The minimum required MySQL version string.
    4343 * @global wpdb     $wpdb                    WordPress database abstraction object.
    4444 */
Note: See TracChangeset for help on using the changeset viewer.