- Timestamp:
- 02/26/2020 06:13:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/webhook.php
r9532 r9539 80 80 $trac = get_trac_instance( $pr_data->trac_ticket[0] ); 81 81 82 $pr_description = format_pr_desc_for_trac_comment( $pr_data ); 83 82 84 $trac->update( 83 85 $pr_data->trac_ticket[1], … … 85 87 "on [https://github.com/{$pr_repo}/ {$pr_repo}] " . 86 88 "by [{$pr_data->user->url} {$pr_data->user->name}].''" . 87 ( trim( $pr_data->body ) ? "\n{$pr_data->body}" : '' ),89 ( $pr_description ? "\n{$pr_description}" : '' ), 88 90 [], // Attributes changed 89 91 true // Notify
Note: See TracChangeset
for help on using the changeset viewer.