This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Description
Version Information
- WordPress: Version 4.6.1
- MultilingualPress: 2.4.7
Steps to Reproduce
- Activate MLP with DEBUG-Settings to
TRUE.
- see the deprecated message:

What I Expected
No deprecated message ;-)
What Happened Instead
A deprecated message.
Where to find
wp_get_sites() is used in MLP_Update_Plugin_Data L58 and uninstall.php L66 and should be replaced with get_sites().