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 = '3.4.2'; |
7 $wp_version = '3.5'; |
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 = 21707; |
14 $wp_db_version = 22441; |
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 = '349-21274'; |
21 $tinymce_version = '358-23156'; |
22 |
|
23 /** |
|
24 * Holds the cache manifest version |
|
25 * |
|
26 * @global string $manifest_version |
|
27 */ |
|
28 $manifest_version = '20111113'; |
|
29 |
22 |
30 /** |
23 /** |
31 * Holds the required PHP version |
24 * Holds the required PHP version |
32 * |
25 * |
33 * @global string $required_php_version |
26 * @global string $required_php_version |