blob: 709c4c2d5de22573eb7a3a454e72c15b2db36207 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{ type: install
message: <<EOM
Please read following note for installation steps before the first use of WordPress.
1. Copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% .
2. Modify it to fit your MySQL.
3. Modify your web server configuration.
If you are upgrading from prior version, please browse this URL :
http://[WORDPRESS_URL]/wp-admin/upgrade.php
EOM
}
]
|