This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+4 -4
View File
@@ -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
*/