Changeset 9367
- Timestamp:
- 12/19/2019 08:27:40 AM (5 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r9341 r9367 5 5 6 6 <?python 7 scripts_version = '13 0'7 scripts_version = '131' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/trac.wordpress.org/templates/ticket_change.html
r8088 r9367 33 33 34 34 <py:choose> 35 <py:when test="'author' in change and ('slackbot' == change.author or 'ircbot' == change.author )"35 <py:when test="'author' in change and ('slackbot' == change.author or 'ircbot' == change.author or ( 'prbot' == change.author and change.comment.startswith('\'\'') ) )" 36 36 py:with="wporg_user = wporg_sanitize_user_nicename(change.author)" > 37 37 <h3 class="change chat-bot">
Note: See TracChangeset
for help on using the changeset viewer.