Make WordPress Core

Changeset 60232


Ignore:
Timestamp:
05/12/2025 01:36:06 PM (9 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document the parameters in WP_PHPMailer::setLanguage().

Follow-up to [59592].

Props dilipbheda, mukesh27, SergeyBiryukov.
Fixes #63368.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-phpmailer.php

    r60231 r60232  
    3333     * @since 6.8.0
    3434     *
     35     * @param string $langcode  Optional. Unused. ISO 639-1 2-character language code. Default 'en'.
     36     * @param string $lang_path Optional. Unused. Path to the language file directory. Default empty string.
    3537     * @return true Always returns true.
    3638     */
Note: See TracChangeset for help on using the changeset viewer.