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