You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Une liste (non exaustive) des commandes utiles de [WPCLI](https://wp-cli.org/fr/
64
64
|`wp plugin activate`| Activer un plugin |
65
65
|`wp plugin deactivate`| Désactiver un plugin |
66
66
|`wp search-replace 'http://old-domain.com/' 'http://new-domain.com/' --precise --recurse-objects --all-tables-with-prefix`| Remplacer toutes les URL's pour migrer une base de données. ⚠ Faire un backup avant de lancer cette commande, ajouter le paramètre `–dry-run` pour lancer la commande sans effectuer de changements |
67
-
|`wp language core install fr_FR && wp language core activate fr_FR`| Installer une nouvelle langue de back-office (changer `fr_FR` par la langue souhaitée) |
67
+
|`wp language core install fr_FR && wp language core activate fr_FR`| Installer une nouvelle langue de back-office (changer `fr_FR` par la langue souhaitée) |
0 commit comments