wip
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8.3';
|
||||
$wp_version = '6.9';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
*
|
||||
* @global int $wp_db_version
|
||||
*/
|
||||
$wp_db_version = 60421;
|
||||
$wp_db_version = 60717;
|
||||
|
||||
/**
|
||||
* Holds the TinyMCE version.
|
||||
@@ -33,7 +33,7 @@ $wp_db_version = 60421;
|
||||
$tinymce_version = '49110-20250317';
|
||||
|
||||
/**
|
||||
* Holds the required PHP version.
|
||||
* Holds the minimum required PHP version.
|
||||
*
|
||||
* @global string $required_php_version
|
||||
*/
|
||||
@@ -50,7 +50,7 @@ $required_php_extensions = array(
|
||||
);
|
||||
|
||||
/**
|
||||
* Holds the required MySQL version.
|
||||
* Holds the minimum required MySQL version.
|
||||
*
|
||||
* @global string $required_mysql_version
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user