Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10412 closed defect (bug) (fixed)

add_object_page() doesn't serve icons over SSL when needed

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 2.9 Priority: lowest
Severity: minor Version: 2.8.1
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

If you pass an icon URL to add_object_page() the icon won't be served over SSL when the admin area is accessed over SSL.

add_utility_page() handles this fine.

Attachments (1)

10412.patch (433 bytes) - added by johnbillion 15 years ago.

Download all attachments as: .zip

Change History (4)

@johnbillion
15 years ago

#1 @johnbillion
15 years ago

  • Keywords has-patch added

Patch.

Code borrowed from add_utility_page().

#2 @azaozz
15 years ago

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

(In [11717]) Correct icon_url over SSL in add_object_page(), props johnbillion, fixes #10412

#3 @azaozz
15 years ago

  • Milestone changed from Unassigned to 2.9
Note: See TracTickets for help on using tickets.