1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Merge branch 'testing' into patch-3

This commit is contained in:
Kayou 2020-08-14 13:31:14 +02:00 committed by GitHub
commit 3f46ce80a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ Some vulnerabilities might let an attacker breach into your WordPress, or even y
Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your WordPress as up-to-date as possible*.
Furthermore, you might take a look at this guide: https://codex.wordpress.org/Hardening_WordPress. You might see some benefits in the use of WordPress security plugins.
Furthermore, you might take a look at the [Hardening Wordpress Guide](https://wordpress.org/support/article/hardening-wordpress/). You might see some benefits in the use of Wordpress security plugins.
## Links

View file

@ -70,7 +70,7 @@
"name": "multisite",
"type": "boolean",
"ask": {
"en": "Enable multisite option ?",
"en": "Enable multisite option?",
"fr": "Activer l'option multisite ?"
},
"default": false
@ -79,13 +79,13 @@
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public WordPress site ?",
"en": "Is it a public WordPress site?",
"fr": "Est-ce un site public ?"
},
"default": true,
"help": {
"en": "A public wordpress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public wordpress.",
"fr": "Un wordpress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un wordpress public."
"en": "A public WordPress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public WordPress.",
"fr": "Un WordPress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un WordPress public."
}
}
]