equal
deleted
inserted
replaced
2 /** |
2 /** |
3 * The WordPress version string |
3 * The WordPress version string |
4 * |
4 * |
5 * @global string $wp_version |
5 * @global string $wp_version |
6 */ |
6 */ |
7 $wp_version = '4.2.2'; |
7 $wp_version = '4.9.8'; |
8 |
8 |
9 /** |
9 /** |
10 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
10 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
11 * |
11 * |
12 * @global int $wp_db_version |
12 * @global int $wp_db_version |
13 */ |
13 */ |
14 $wp_db_version = 31535; |
14 $wp_db_version = 38590; |
15 |
15 |
16 /** |
16 /** |
17 * Holds the TinyMCE version |
17 * Holds the TinyMCE version |
18 * |
18 * |
19 * @global string $tinymce_version |
19 * @global string $tinymce_version |
20 */ |
20 */ |
21 $tinymce_version = '4109-20150505'; |
21 $tinymce_version = '4800-20180716'; |
22 |
22 |
23 /** |
23 /** |
24 * Holds the required PHP version |
24 * Holds the required PHP version |
25 * |
25 * |
26 * @global string $required_php_version |
26 * @global string $required_php_version |