Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KhadijaMahanga committed Feb 19, 2020
1 parent 41c0b92 commit 812b297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ get_posts(['numberposts' => 1, 'post_type' => $post->post_type, 'post__in' => [
```

#### Deactivating & Uninstalling WP MultiLang
Deactivating the multilang plugin would result to your content being merged to one (i.e title becomes [:en]English title[:fr]French title[:sw]Swahili title). While deleting/unistalling will delete all languages except the site default language (if you check the box `Delete translations when uninstalling plugin` on the plugin's generak settings).
Deactivating the multilang plugin would result to your content being merged to one (i.e title becomes [:en]English title[:fr]French title[:sw]Swahili title). While deleting/unistalling will delete all languages except the site's default language (if you check the box `Delete translations when uninstalling plugin` on the plugin's general settings).

For local development you may see an error `Could not fully remove the plugin wp-multilang/wp-multilang.php` when deleting, this could be caused by the file & directory permission that limits PHP to write to the necessary folder/file. However, the uninstalling would have been completed.

Expand Down

0 comments on commit 812b297

Please sign in to comment.