Skip to content
Closed
Show file tree
Hide file tree
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: 1 addition & 1 deletion src/wp-includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -2812,7 +2812,7 @@ function trailingslashit( $value ) {
*
* @since 2.2.0
*
* @param string $text Value from which trailing slashes will be removed.
* @param string $value Value from which trailing slashes will be removed.
* @return string String without the trailing slashes.
*/
function untrailingslashit( $value ) {
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/ms-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ function add_new_user_to_blog( $user_id, $password, $meta ) {
*
* @since MU (3.0.0)
*
* @param PHPMailer $phpmailer The PHPMailer instance (passed by reference).
* @param \PHPMailer\PHPMailer\PHPMailer $phpmailer The PHPMailer instance (passed by reference).
*/
function fix_phpmailer_messageid( $phpmailer ) {
$phpmailer->Hostname = get_network()->domain;
Expand Down