[wp-trac] [WordPress Trac] #33291: Comments screen author URL and https

WordPress Trac noreply at wordpress.org
Wed Sep 2 11:32:12 UTC 2015


#33291: Comments screen author URL and https
--------------------------+------------------
 Reporter:  afercia       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.4
Component:  Comments      |     Version:  4.2
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  ui
--------------------------+------------------
Changes (by swissspidy):

 * milestone:  Awaiting Review => 4.4


Comment:

 Both patches don't apply anymore after [33825]. I decided to go without
 `parse_url` as it doesn't really simplify things.

 What [attachment:33291.3.diff 33291.3.diff] does:

 * Remove the `if ( 'http://' == $author_url )` check as this can be
 checked further down with `if ( ! empty( $author_url_display ) )`
 * Remove the title attribute as suggested originally
 * Remove a duplicated empty line introduced in [33825]

 The comment author URL is now displayed properly, no matter if it's http
 or https.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33291#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list