Making WordPress.org


Ignore:
Timestamp:
10/11/2015 10:56:04 PM (10 years ago)
Author:
nacin
Message:

Trac: Don't show 'comment:12', just show '#12'.

File:
1 edited

Legend:

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

    r1975 r1976  
    3434    <span class="threading"
    3535          py:with="change_replies = replies.get(str(cnum), []) if 'cnum' in change else []">
    36       <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref('comment:', cnum)}</span>
     36      <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref('#', cnum)}</span>
    3737      <py:if test="'replyto' in change">
    3838        in reply to: ${commentref('&uarr;&nbsp;', change.replyto)}
Note: See TracChangeset for help on using the changeset viewer.