I18N Issue
-
Some UI strings cannot be extracted and they must be corrected as the following.
1. includes\functions.php, line 326
$all_explanations_array['uploads-files'] = sprintf(__("All media uploads inside %s directory will be deleted! This includes images, videos, music, documents, subfolders, etc.", 'advanced-wp-reset'), $uploads_dir_path);
2. includes\functions.php, line 332
$all_explanations_array['wp-content-files'] = sprintf(__("All files and folders inside %s directory will be deleted, except 'index.php' and the following folders: 'plugins', 'themes', 'uploads' and 'mu-plugins'.", 'advanced-wp-reset'), $wp_content_path);
3. includes\functions.php, line 334
$all_explanations_array['mu-plugins-files'] = sprintf(__("All Must-use plugins in %s will be deleted. These are plugins that cannot be disabled except by removing their files from the must-use directory.", 'advanced-wp-reset'), $must_use_path);
- The topic ‘I18N Issue’ is closed to new replies.