Make WordPress Core


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

    r59925 r60363  
    2626 * @global int      $wp_db_version           WordPress database version.
    2727 * @global string   $tinymce_version         TinyMCE version.
    28  * @global string   $required_php_version    The required PHP version string.
     28 * @global string   $required_php_version    The minimum required PHP version string.
    2929 * @global string[] $required_php_extensions The names of required PHP extensions.
    30  * @global string   $required_mysql_version  The required MySQL version string.
     30 * @global string   $required_mysql_version  The minimum required MySQL version string.
    3131 * @global string   $wp_local_package        Locale code of the package.
    3232 */
     
    3636require ABSPATH . WPINC . '/load.php';
    3737
    38 // Check for the required PHP version and for the MySQL extension or a database drop-in.
     38// Check the server requirements.
    3939wp_check_php_mysql_versions();
    4040
Note: See TracChangeset for help on using the changeset viewer.