- Timestamp:
- 05/13/2016 10:08:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/ticket_change.html
r1983 r3137 37 37 <span class="avatar" py:if="change"> 38 38 <span class="username-line"> 39 <img src=" //wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=48" srcset="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=96 2x" height="48" width="48" />39 <img src="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=48" srcset="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=96 2x" height="48" width="48" /> 40 40 ${wiki_to_html(context, change.comment, escape_newlines=preserve_newlines)} 41 41 </span> … … 76 76 <py:when test="'author' in change"> 77 77 <span class="avatar" py:if="change"> 78 <span class="username-line"><a href=" //profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">79 <img src=" //wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=48" srcset="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=96 2x" height="48" width="48" /> @<span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a></span>78 <span class="username-line"><a href="https://profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link"> 79 <img src="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=48" srcset="https://wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=96 2x" height="48" width="48" /> @<span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a></span> 80 80 <py:if test="'date' in change"> 81 81 <br /><span class="time-ago">${dateinfo(change.date)} ago</span>
Note: See TracChangeset
for help on using the changeset viewer.