Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/wp-includes/class-wp-phpmailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public function __construct( $exceptions = false ) {
*
* @since 6.8.0
*
* @param string $langcode Optional. Language code to set (e.g: 'en', 'fr', etc.). Default 'en'.
* @param string $lang_path Optional. Path to the language files. Default empty string.
* @return true Always returns true.
*/
public function SetLanguage( $langcode = 'en', $lang_path = '' ) {
Expand Down
Loading