- Timestamp:
- 01/02/2014 09:10:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/ticket_change.diff
r204 r208 9 9 + <py:when test="'author' in change"> 10 10 + <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"> 12 12 + <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a> 13 13 + <py:if test="'date' in change">
Note: See TracChangeset
for help on using the changeset viewer.