Making WordPress.org


Ignore:
Timestamp:
05/13/2016 10:08:41 PM (10 years ago)
Author:
ocean90
Message:

Trac: Replace protocol-relative URLs with https:// and change a few http links to use https.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/ticket_change.diff

    r1976 r3137  
    1919+        <span class="avatar" py:if="change">
    2020+          <span class="username-line"><a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    21 +            <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=48" srcset="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=96 2x" height="48" width="48" /> @<span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a></span>
     21+            <img src="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=48" srcset="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=96 2x" height="48" width="48" /> @<span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a></span>
    2222+          <py:if test="'date' in change">
    2323+            <br /><span class="time-ago">${dateinfo(change.date)} ago</span>
Note: See TracChangeset for help on using the changeset viewer.