WordPress.org

Make WordPress Core

Opened 2 years ago

Closed 20 months ago

#17466 closed defect (bug) (fixed)

Hardcoded http protocol in MU site admin creation email

Reported by: exell.christopher Owned by: ryan
Priority: normal Milestone: 3.3
Component: General Version: 3.1
Severity: normal Keywords: has-patch
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 2 years ago.
17466.patch (1.1 KB) - added by SergeyBiryukov 23 months ago.

Download all attachments as: .zip

Change History (5)

exell.christopher2 years ago

comment:1 exell.christopher2 years ago

  • Version changed from 3.1.2 to 3.1

SergeyBiryukov23 months ago

comment:2 SergeyBiryukov23 months ago

  • Milestone changed from Awaiting Review to 3.3

Refreshed for 3.3.

comment:3 ryan20 months 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.