Changeset 60363 for trunk/src/wp-settings.php
- Timestamp:
- 06/29/2025 08:53:29 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r59925 r60363 26 26 * @global int $wp_db_version WordPress database version. 27 27 * @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. 29 29 * @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. 31 31 * @global string $wp_local_package Locale code of the package. 32 32 */ … … 36 36 require ABSPATH . WPINC . '/load.php'; 37 37 38 // Check for the required PHP version and for the MySQL extension or a database drop-in.38 // Check the server requirements. 39 39 wp_check_php_mysql_versions(); 40 40
Note: See TracChangeset
for help on using the changeset viewer.