rebase on oct-10-2023
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2.2';
|
||||
$wp_version = '6.3.1';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
*
|
||||
* @global int $wp_db_version
|
||||
*/
|
||||
$wp_db_version = 53496;
|
||||
$wp_db_version = 55853;
|
||||
|
||||
/**
|
||||
* Holds the TinyMCE version.
|
||||
@@ -37,7 +37,7 @@ $tinymce_version = '49110-20201110';
|
||||
*
|
||||
* @global string $required_php_version
|
||||
*/
|
||||
$required_php_version = '5.6.20';
|
||||
$required_php_version = '7.0.0';
|
||||
|
||||
/**
|
||||
* Holds the required MySQL version.
|
||||
|
||||
Reference in New Issue
Block a user