author | Anthony Ly <anthonyly.com@gmail.com> |
Wed, 19 Dec 2012 17:50:20 -0800 | |
changeset 205 | a4f7897e21a9 |
parent 204 | 09a1c134465b |
permissions | -rw-r--r-- |
136 | 1 |
<?php |
2 |
/** |
|
3 |
* The WordPress version string |
|
4 |
* |
|
5 |
* @global string $wp_version |
|
6 |
*/ |
|
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
7 |
$wp_version = '3.5'; |
136 | 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 |
*/ |
|
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
14 |
$wp_db_version = 22441; |
136 | 15 |
|
16 |
/** |
|
17 |
* Holds the TinyMCE version |
|
18 |
* |
|
19 |
* @global string $tinymce_version |
|
20 |
*/ |
|
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
21 |
$tinymce_version = '358-23156'; |
136 | 22 |
|
23 |
/** |
|
24 |
* Holds the required PHP version |
|
25 |
* |
|
26 |
* @global string $required_php_version |
|
27 |
*/ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
28 |
$required_php_version = '5.2.4'; |
136 | 29 |
|
30 |
/** |
|
31 |
* Holds the required MySQL version |
|
32 |
* |
|
33 |
* @global string $required_mysql_version |
|
34 |
*/ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
35 |
$required_mysql_version = '5.0'; |
136 | 36 |
|
37 |
$wp_local_package = 'fr_FR'; |