diff -r c7c34916027a -r 177826044cd9 wp/readme.html
--- a/wp/readme.html Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/readme.html Mon Oct 14 18:28:13 2019 +0200
@@ -1,5 +1,5 @@
-
+
@@ -26,7 +26,7 @@
Open wp-admin/install.php in your browser.
- Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your wp-config.php
file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
+ Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your wp-config.php
file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
If you did not enter a password, note the password given to you. If you did not provide a username, it will be admin
.
The installer should then send you to the login page. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.
@@ -52,13 +52,13 @@
System Requirements
- - PHP version 5.2.4 or higher.
+ - PHP version 5.6.20 or higher.
- MySQL version 5.0 or higher.
Recommendations
- - PHP version 7.2 or higher.
+ - PHP version 7.3 or higher.
- MySQL version 5.6 or higher.
- The mod_rewrite Apache module.
- HTTPS support.
@@ -74,7 +74,7 @@
- This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
- WordPress Planet
- The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.
- - WordPress Support Forums
+ - WordPress Support Forums
- If you’ve looked everywhere and still can’t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.
- WordPress IRC Channel
- There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (irc.freenode.net #wordpress)
@@ -82,7 +82,7 @@
Final Notes
- - If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the Support Forums.
+ - If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the Support Forums.
- WordPress has a robust plugin API that makes extending the code easy. If you are a developer interested in utilizing this, see the Plugin Developer Handbook. You shouldn’t modify any of the core code.