0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00

Garbage removal!

This commit is contained in:
Marcus Bointon 2021-08-29 19:41:57 +02:00
parent dd803df5ad
commit 40a12618ea
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -2196,7 +2196,7 @@ class PHPMailer
* @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr") * @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr")
* Optionally, the language code can be enhanced with a 4-character * Optionally, the language code can be enhanced with a 4-character
* script annotation and/or a 2-character country annotation. * script annotation and/or a 2-character country annotation.
* @param string $lang_path Path to the language file directory, with trailing separator (slash).D * @param string $lang_path Path to the language file directory, with trailing separator (slash)
* Do not set this from user input! * Do not set this from user input!
* *
* @return bool Returns true if the requested language was loaded, false otherwise. * @return bool Returns true if the requested language was loaded, false otherwise.