- Timestamp:
- 12/20/2019 08:32:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/webhook.php
r9366 r9372 77 77 78 78 // Add a mention to the Trac Ticket. 79 $trac_uri = 'https://' . $pr_data->trac_ticket[0] . '.trac.wordpress.org/login/rpc'; 80 $trac = new Trac( GH_PRBOT_USER, GH_PRBOT_PASS, $trac_uri ); 79 $trac = get_trac_instance( $pr_data->trac_ticket[0] ); 81 80 82 81 $trac->update(
Note: See TracChangeset
for help on using the changeset viewer.