Making WordPress.org


Ignore:
Timestamp:
01/02/2014 09:10:13 PM (11 years ago)
Author:
nacin
Message:

Protocol-relative URLs for Trac templates.

File:
1 edited

Legend:

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

    r204 r208  
    99+      <py:when test="'author' in change">
    1010+        <span class="avatar" py:if="change">
    11 +          <a href="http://profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
     11+          <a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    1212+            <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a>
    1313+          <py:if test="'date' in change">
Note: See TracChangeset for help on using the changeset viewer.