- Timestamp:
- 07/03/2020 03:11:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/class-trac.php
r9370 r10000 28 28 /** 29 29 * Update a Trac ticket to add a comment, or alter ticket properties. 30 * 30 * 31 31 * To set the Author or Time of a comment, the Trac API user must have TICKET_ADMIN priv. 32 32 */ … … 96 96 'timeout' => 5, 97 97 'ignore_errors' => true, 98 'header' => 98 'header' => 99 99 [ 100 100 'Content-Type: application/json', … … 129 129 /** 130 130 * Call the Back-channel WordPress Trac API. 131 * 131 * 132 132 * For valid $methods to call, see: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php 133 133 */
Note: See TracChangeset
for help on using the changeset viewer.