author | ymh <ymh.work@gmail.com> |
Mon, 14 Oct 2019 17:39:30 +0200 | |
changeset 7 | cf61fcea0001 |
parent 5 | 5e2f62d02dcd |
child 9 | 177826044cd9 |
permissions | -rw-r--r-- |
0 | 1 |
<?php |
2 |
/** |
|
3 |
* The WordPress version string |
|
4 |
* |
|
5 |
* @global string $wp_version |
|
6 |
*/ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
7 |
$wp_version = '4.9.8'; |
0 | 8 |
|
9 |
/** |
|
10 |
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
|
11 |
* |
|
12 |
* @global int $wp_db_version |
|
13 |
*/ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
14 |
$wp_db_version = 38590; |
0 | 15 |
|
16 |
/** |
|
17 |
* Holds the TinyMCE version |
|
18 |
* |
|
19 |
* @global string $tinymce_version |
|
20 |
*/ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
$tinymce_version = '4800-20180716'; |
0 | 22 |
|
23 |
/** |
|
24 |
* Holds the required PHP version |
|
25 |
* |
|
26 |
* @global string $required_php_version |
|
27 |
*/ |
|
28 |
$required_php_version = '5.2.4'; |
|
29 |
||
30 |
/** |
|
31 |
* Holds the required MySQL version |
|
32 |
* |
|
33 |
* @global string $required_mysql_version |
|
34 |
*/ |
|
35 |
$required_mysql_version = '5.0'; |