Making WordPress.org

Changeset 11037


Ignore:
Timestamp:
06/17/2021 06:33:21 AM (4 years ago)
Author:
dd32
Message:

Theme Directory: When logging to Slack, include the Trac changeset for quick reviews.

See #5702.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    r11036 r11037  
    14891489                    [
    14901490                        'type' => 'mrkdwn',
    1491                         'text' => "*Ticket:*\n<https://themes.trac.wordpress.org/ticket/{$this->trac_ticket->id}|#{$this->trac_ticket->id}>",
     1491                        'text' => "*Trac:*\n" .
     1492                            "<https://themes.trac.wordpress.org/ticket/{$this->trac_ticket->id}|#{$this->trac_ticket->id}>" .
     1493                            ' ' .
     1494                            "<https://themes.trac.wordpress.org/changeset/{$this->trac_changeset}|[{$this->trac_changeset}]>",
    14921495                    ]
    14931496                ] )
Note: See TracChangeset for help on using the changeset viewer.