Making WordPress.org

Changeset 1176


Ignore:
Timestamp:
01/23/2015 07:36:54 AM (10 years ago)
Author:
nacin
Message:

Trac: Add '@' before comment usernames.

Location:
sites/trunk/trac.wordpress.org/templates
Files:
2 edited

Legend:

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

    r208 r1176  
    1010+        <span class="avatar" py:if="change">
    1111+          <a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    12 +            <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>
     12+            <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">
    1414+            &#8212; ${dateinfo(change.date)} ago
  • sites/trunk/trac.wordpress.org/templates/ticket_change.html

    r208 r1176  
    5353        <span class="avatar" py:if="change">
    5454          <a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    55             <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>
     55            <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>
    5656          <py:if test="'date' in change">
    5757            &#8212; ${dateinfo(change.date)} ago
Note: See TracChangeset for help on using the changeset viewer.