[wp-trac] [WordPress Trac] #19023: Images in Edit Comments break SSL

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 21 20:31:48 UTC 2011


#19023: Images in Edit Comments break SSL
----------------------------+------------------------------
 Reporter:  joostdevalk     |       Owner:  nacin
     Type:  defect (bug)    |      Status:  reviewing
 Priority:  high            |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  3.3
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------------------

Comment (by markjaquith):

 The problem here is that we're using a front end template tag for two
 different things in the admin — embedding in a post and displaying in the
 admin. We're getting out HTML, so a {{{set_url_scheme()}}} URL filter
 function wouldn't help us. We don't want to be parsing or
 {{{str_replace()}}}ing on full HTML. Perhaps we just need a separate admin
 templating function that obeys {{{is_ssl()}}}.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19023#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list