Error in download mo files module
-
1) in the array ‘continent-cities’ must be replaced by ‘continents-cities’ as in get_available_languages() function – with plural continents..
2) if files ms-xx_YY.mo or other are not present, the download files are not mo but html file containing 404 error..
3) Issues always present in 1..1 beta
Code lines from admin-base.php
// try to download ms and continents-cities files if exist (will not return false if failed) // with new files introduced in WP 3.4 foreach (array('ms', 'continent-cities', 'admin', 'admin-network') as $file) wp_remote_get($base."$version/messages/$file-$locale.mo", $args + array('filename' => WP_LANG_DIR."/$file-$locale.mo"));
Best regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error in download mo files module’ is closed to new replies.