Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17466 closed defect (bug) (fixed)

Hardcoded http protocol in MU site admin creation email

Reported by: exellchristopher's profile exell.christopher Owned by: ryan's profile ryan
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.1
Component: General Keywords: has-patch
Focuses: Cc:

Description

When email is sent to MU site admins notifying them of the creation of a new site, the protocol for the url in the email is hardcoded to use http. The submitted patch uses get_blog_option to get the actual url for the blog

Attachments (2)

site-new.patch (1.0 KB) - added by exell.christopher 14 years ago.
17466.patch (1.1 KB) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @exell.christopher
14 years ago

  • Version changed from 3.1.2 to 3.1

#2 @SergeyBiryukov
14 years ago

  • Milestone changed from Awaiting Review to 3.3

Refreshed for 3.3.

#3 @ryan
14 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19211]:

Use get_site_url() instead of hard-coding the protocol. Props SergeyBiryukov, exell.christopher. fixes #17466

Note: See TracTickets for help on using tickets.