Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#33686 closed defect (bug) (duplicate)

https handling in environment

Reported by: marcel962's profile marcel962 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Networks and Sites Keywords:
Focuses: multisite Cc:

Description (last modified by SergeyBiryukov)

I ran into a possible bug in the method: get_blogaddress_by_id( ) (ms-blogs.php).
The protocol here is hard coded. In a ssl environment this returns the wrong url.

	return ( $bloginfo ) ? esc_url( ''''''http://'''''' . $bloginfo->domain . 

Change History (3)

#1 @johnbillion
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the report, marcel! We're already aware of this bug (it's an old one) and we're working on it on ticket #14867.

#2 @SergeyBiryukov
10 years ago

  • Component changed from General to Networks and Sites
  • Description modified (diff)
  • Focuses multisite added

#3 @SergeyBiryukov
10 years ago

  • Summary changed from https handeling in environment to https handling in environment
Note: See TracTickets for help on using tickets.