summaryrefslogtreecommitdiff
path: root/russian/wordpress/files/pkg-message.in
blob: 013f76dfc0e74fc87664d1a714dacaaa0fb42694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
EOM
}
{ type: upgrade
  maximum_version: 3
  message: <<EOM
If you are upgrading from 1.x or 2.x to 3.x to 4.x, please run
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x
EOM
}
]