equal
deleted
inserted
replaced
3 * WordPress Version |
3 * WordPress Version |
4 * |
4 * |
5 * Contains version information for the current WordPress release. |
5 * Contains version information for the current WordPress release. |
6 * |
6 * |
7 * @package WordPress |
7 * @package WordPress |
8 * @since 1.1.0 |
8 * @since 1.2.0 |
9 */ |
9 */ |
10 |
10 |
11 /** |
11 /** |
12 * The WordPress version string. |
12 * The WordPress version string. |
13 * |
13 * |
14 * @global string $wp_version |
14 * @global string $wp_version |
15 */ |
15 */ |
16 $wp_version = '5.5.1'; |
16 $wp_version = '5.8.1'; |
17 |
17 |
18 /** |
18 /** |
19 * 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. |
20 * |
20 * |
21 * @global int $wp_db_version |
21 * @global int $wp_db_version |
22 */ |
22 */ |
23 $wp_db_version = 48748; |
23 $wp_db_version = 49752; |
24 |
24 |
25 /** |
25 /** |
26 * Holds the TinyMCE version. |
26 * Holds the TinyMCE version. |
27 * |
27 * |
28 * @global string $tinymce_version |
28 * @global string $tinymce_version |
29 */ |
29 */ |
30 $tinymce_version = '49100-20200624'; |
30 $tinymce_version = '49110-20201110'; |
31 |
31 |
32 /** |
32 /** |
33 * Holds the required PHP version. |
33 * Holds the required PHP version. |
34 * |
34 * |
35 * @global string $required_php_version |
35 * @global string $required_php_version |