Browse Source

Merge branch 'testing' into patch-3

pull/106/head
Kayou 6 years ago
committed by GitHub
parent
commit
3f46ce80a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 8
      manifest.json

2
README.md

@ -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

8
manifest.json

@ -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."
}
}
]

Loading…
Cancel
Save