0
|
1 |
<?php |
|
2 |
/** |
9
|
3 |
* WordPress Version |
|
4 |
* |
|
5 |
* Contains version information for the current WordPress release. |
|
6 |
* |
|
7 |
* @package WordPress |
18
|
8 |
* @since 1.2.0 |
9
|
9 |
*/ |
|
10 |
|
|
11 |
/** |
16
|
12 |
* The WordPress version string. |
0
|
13 |
* |
|
14 |
* @global string $wp_version |
|
15 |
*/ |
18
|
16 |
$wp_version = '5.8.1'; |
0
|
17 |
|
|
18 |
/** |
|
19 |
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
|
20 |
* |
|
21 |
* @global int $wp_db_version |
|
22 |
*/ |
18
|
23 |
$wp_db_version = 49752; |
0
|
24 |
|
|
25 |
/** |
16
|
26 |
* Holds the TinyMCE version. |
0
|
27 |
* |
|
28 |
* @global string $tinymce_version |
|
29 |
*/ |
18
|
30 |
$tinymce_version = '49110-20201110'; |
0
|
31 |
|
|
32 |
/** |
16
|
33 |
* Holds the required PHP version. |
0
|
34 |
* |
|
35 |
* @global string $required_php_version |
|
36 |
*/ |
9
|
37 |
$required_php_version = '5.6.20'; |
0
|
38 |
|
|
39 |
/** |
16
|
40 |
* Holds the required MySQL version. |
0
|
41 |
* |
|
42 |
* @global string $required_mysql_version |
|
43 |
*/ |
|
44 |
$required_mysql_version = '5.0'; |