Making WordPress.org


Ignore:
Timestamp:
12/19/2019 08:27:40 AM (5 years ago)
Author:
dd32
Message:

Trac: Github PRs: style prbot comments similar to slackbot mentions when the comment is italic (which signifies it's an inline comment, rather than a regular comment).

See #4903.

File:
1 edited

Legend:

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

    r8088 r9367  
    3333
    3434<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('\'\'') ) )"
    3636         py:with="wporg_user = wporg_sanitize_user_nicename(change.author)"  >
    3737  <h3 class="change chat-bot">
Note: See TracChangeset for help on using the changeset viewer.