Making WordPress.org


Ignore:
Timestamp:
01/17/2019 02:05:19 AM (6 years ago)
Author:
dd32
Message:

Trac: Expose users nicename on Trac comments for use with Autocomplete.

See #2539.

File:
1 edited

Legend:

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

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