- Timestamp:
- 10/11/2015 10:56:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/ticket_change.html
r1975 r1976 34 34 <span class="threading" 35 35 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> 37 37 <py:if test="'replyto' in change"> 38 38 in reply to: ${commentref('↑ ', change.replyto)}
Note: See TracChangeset
for help on using the changeset viewer.