Make WordPress Core

Opened 3 years ago

Last modified 3 years ago

#51792 new defect (bug)

Add Home URL to New User emails

Reported by: ipstenu's profile Ipstenu Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Users Keywords: has-patch needs-testing
Focuses: Cc:

Description

Back when we all had one website and we jolly well liked it, it was easy to know "Oh someone signed up at my site!" Now that people manage multiple sites, some with similar names, it can be confusing as to which site, exactly, did the new user join.

We can save headaches in this one cool trick ... add the Home URL to the emails.

Attachments (2)

51792.diff (966 bytes) - added by Ipstenu 3 years ago.
51792-2.diff (971 bytes) - added by Ipstenu 3 years ago.

Download all attachments as: .zip

Change History (6)

@Ipstenu
3 years ago

#1 @mukesh27
3 years ago

  • Keywords needs-refresh added

Can you please add missing slash in home_url() for consistency?

$homeurl = home_url();

Replace to

$homeurl = home_url( '/' );

@Ipstenu
3 years ago

#2 @Ipstenu
3 years ago

Done

#3 @davidbaumwald
3 years ago

  • Keywords needs-refresh removed

#4 @davidbaumwald
3 years ago

  • Keywords needs-testing added

Sorry for the noise. Adding a call for testing.

Note: See TracTickets for help on using tickets.